Ruby on Rails 2.0 is out!
Ruby On Rails 2.0 has just been officially released.
If you open your command prompt now and run: gem install -y rails
The rails 2.0.1 will be installed and you will be ready to play!
There are not that many new features, but there are some cool new ones
- Beter named routes for REST
- REST is the standard way for working from now on.
- Rails has support for multiple rendering engines now (for 1.x there was only ERB)
- Better exception handling
- Sessions can now be stored in cookies
- sexy_migrations was integrated into rails core (most of it at least)
Take a look at DHH’s official post and start to play ![]()
If you enjoyed this post, make sure you subscribe to my RSS feed!




