Servers upgraded to Rails 1.2.5
Hot on the heals of the 1.2.4 release rails 1.2.5 is now out, as usual all of our servers have been upgraded. Rails 1.2.5 is a security and maintenance release that fixes a JSON XSS vulnerability, fixes a couple of minor regressions introduced in 1.2.4, and backports a handful of features and fixes from the 2.0 preview release.
From the Riding Rails Post:
Summary of changes:
- acts_as_list: fixed an edge case where removing an item from the list then destroying the item leads to incorrect item positioning
- deprecated calling .create on has_many associations with an unsaved owner (like post = Post.new; post.comments.create)
- backport array and hash query parameters
- fix in place editor’s setter action with non-string fields
- updated config/boot.rb to correctly recognize RAILS_GEM_VERSION



