I find that the the config/environment.rb file looks different in Rails version 3.0.
Also when i add the line “config.gem “authlogic”.To environment.rb file
I find that the the config/environment.rb file looks different in Rails version 3.0. Also
Share
For Rails 3, you no longer edit
config/environment.rb. You editGemfile, addingto it, and then do a
more info: http://gembundler.com/rails3.html
There will be a
Gemfile.lock, and it lists all the gems and their versions in your project. Bundler’s docs: