So i updated rails and this is now what i'm getting.
i tried reinstalling rails and it didn't help. it's installed.
this is driving me nuts.
i'm at rails 2.3.5 and ruby 1.8.7
Missing the Rails gem. Please `gem install -v= 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.
So i updated rails and this is now what i'm getting.
i tried reinstalling rails and it didn't help. it's installed.
this is driving me nuts.
i'm at rails 2.3.5 and ruby 1.8.7
Missing the Rails gem. Please `gem install -v= 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.
ok. so mongrel can start a server with no problems but thin takes a
dump.
slowly making sense of this.
So i updated rails and this is now what i'm getting.
i tried reinstalling rails and it didn't help. it's installed.
this is driving me nuts.
i'm at rails 2.3.5 and ruby 1.8.7
Missing the Rails gem. Please `gem install -v= 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.
ok. so mongrel can start a server with no problems but thin takes a
dump.
slowly making sense of this.
and figured it out.
thin can't cope with rack 1.1.0. uninstalled the rack 1.1.0 gem and all
is well again.
Missing the Rails gem. Please `gem install -v= 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.
Make sure you don't have gems installed in different places. We were
getting this when run from rc.local because a couple gems had gotten
installed in a user directory (~/.gem) instead of the system path.
I wish gem wouldn't install in a home directory unless you specifically
told it to do so.
Make sure you don't have gems installed in different places. We were
getting this when run from rc.local because a couple gems had gotten
installed in a user directory (~/.gem) instead of the system path.
Forgot; use: gem list -d
to see where things are installed