1.

What Are The Various Changes Between The Rails Version 2 And 3?

Answer»
  1. Introduction of bundler (NEW way to MANAGE your GEM dependencies)
  2. Gemfile and Gemfile.lock (where all your gem dependencies lies, instead of environment.rb)
  3. HTML5 SUPPORT



Discussion

No Comment Found