http://www.hostingrails.com/forums/wiki_thread/2
I've installed and unpacked rails 1.2.6 to my vendor folder (along with all dependencies and some other gems)
I get error:
blokrok@purvey [~/blokrok]$ rake rails:freeze:gems
(in /home/blokrok/blokrok)
Missing the Rails 1.2.6 gem. Please `gem install -v=1.2.6 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
Why can't it find rails 1.2.6? Doesn't it look in the vendor folder?
blokrok@purvey [~/blokrok]$ ls vendor/
actionmailer-1.3.6 activerecord-1.15.6 plugins uuid-1.0.4
actionpack-1.13.6 activesupport-1.4.4 rails-1.2.6
actionwebservice-1.2.6 daemons-1.0.9 rake-0.8.1
I've also tried logging out, and then back in, and I get the same missing gem error.