Rails 3.2.1 has been released
Posted by fxn January 26, 2012 @ 11:32 PM
Rails 3.2.1 is out, with some fixes and doc improvements. Please check the CHANGELOGs gist for details.
Posted by fxn January 26, 2012 @ 11:32 PM
Rails 3.2.1 is out, with some fixes and doc improvements. Please check the CHANGELOGs gist for details.
Ruby on Rails was created by David Heinemeier Hansson, a partner at 37signals,
then extended and improved by a core team of committers and hundreds of open-source contributors.
Rails is released under the MIT license. Ruby under the Ruby License.
"Rails", "Ruby on Rails", and the Rails logo are trademarks of David Heinemeier Hansson. All rights reserved.
|
Sponsored by |
Excellent. So far Rails 3.2 has been an AWESOME release. I’ve had no issues and I’ve really enjoyed the speed up on my huge app in development.
Thanks!
Thanks for keeping the updates coming! As a supplement to the official Ruby on Rails 3.2 Release Notes, here’s a detailed guide to Installing Rails 3.2.1 with some advice and recommendations.
Why put the CHANGELOG in a gist? Why not just post it right here, on the official blog?
Nice bug fixes, btw.
Awesome! :)
Thanks a lot for sharing this with all of us you really realize what you are speaking approximately! Bookmarked. Kindly additionally talk over with my web site =). We can have a hyperlink exchange agreement between us
node > rails
ruby ruby ruby ruby
Why has this form_for syntax been removed? :
form_for :job, @job do |f|
I’ve just upgraded a 3.0.3 rails app to 3.2 and most of the forms won’t work because they are in that format.
If I change them to :
form_for :job do |f|
then my accepts_nested_attributes_for stops working unless I play around with attribute names.
Is this a mistake? if not, how can I get around it? I’ve not been able to see much info about this change in the logs. Cheers
chris, try form_for @job where @job = Job.new or Job.find
niro, that will only work if I have restful routes setup in my app. This app is not restful.
By removing this particular form_for syntax it’s almost as if the restful is being forced onto us.
So it seems the solution for a non-restful application is :
Convert this :
=form_for :project, project do |f|
into this :
=form_for project, :url=>{:action=>action_name} do |f|
A bit ugly, but I can’t see any other option. I really hope the old syntax is put back in as this isn’t really helping anyone. Regards
Hello, Neat post. There is a problem along with your web site in internet explorer, would test this? IE still is the market chief and a good element of other folks will leave out your great writing because of this problem.