Archive

Posts Tagged ‘Rails’

Rails 2.3.2

March 20th, 2009

Inching closer to Rails/Merb 3.0 release. Rails 2.3.2 brings some new additions:

Check out Ryan’s Rails Cast

Read about it on RubyOnRails

Basically, there is a lot of new additions, but there are a few to note:

1. Render can be reduced was render :action => ‘edit’ —–> render ‘edit’

2. Nested Forms - even easier than before! WOOT! This is very good!

3. Rails runs on Rack! Access rack from rails now.

These are some nice additions to rails, and its easy upgrade from 2.2.2 to 2.3.2.

rake rails:update

rake rails:update:application_controller

done…

If you running passenger update to the latest version

gem update passenger

passenger-install-apache2-module

And update your configuration based on the out put.

Ruby, Ruby On Rails ,