I am wondering about rails versions.
I am in a project directory:
- when I run "rails --version" I get v2.3.4.
- when I run "script/about", I get a different answer, v2.1.1.
- in environment.rb, I have the line "RAILS_GEM_VERSION = '2.1.1' ...."
Okay, so where is this rails v2.1.1? I thought maybe in vendor, but no, should there be? I know that my installed (v2.3.4.) rails is at /usr/bin/rails.
Someone clear this up for me?