Now
a days Rails 3.2 version is going on. I am going to write some
difference between in Rails 2.x and 3.x.
1. Some command line syntax has been changed in Rails 3.x like as
- rails generate instead of rails script/generate
- rails server instead of ruby server
2. Introduction of bundler (New way to manage your gem dependencies)
- Rails 3.x has bundle concept (Gem File) while Rails 2.x does not have