Thin claims Rails 2.3.5 isn't installed but it is.
Reported by rm | April 3rd, 2010 @ 10:23 PM
Running "thin start" it complains that it's missing the rails 2.3.5 gem. However the rails 2.3.5 gem is indeed installed, and mongrel can use it without complaining. In case it matters, gems on this system are installed in the user's account not the system.
$ thin start
Using rails adapter Missing the Rails 2.3.5 gem. Please
gem install -v=2.3.5 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.
$ gem list | grep rails cucumber-rails (0.3.0, 0.2.4)
rails (2.3.5, 2.3.4, 2.3.3, 2.3.2, 2.2.2, 1.2.3)
rspec-rails (1.3.2)
$ script/server => Booting Mongrel => Rails 2.3.5
application starting on http://0.0.0.0:3690
/home/ron/.rubygems/gems/rails-2.3.5/lib/rails/gem_dependency.rb:119:Warning:
Gem::Dependency#version_requirements is deprecated and will be
removed on or after August 2010. Use #requirement
OpenIdAuthenticationStore using file store for now - change before
running a cluster
=> Call with -d to detach => Ctrl-C to shutdown server
$ gem list | grep thin thin (1.2.7, 1.2.4, 1.2.2)
$ env | egrep 'GEM|RUBY' GEM_HOME=/home/ron/.rubygems
RUBYLIB=/home/ron/.rubygems/lib
Comments and changes to this ticket
-
macournoyer April 4th, 2010 @ 12:02 AM
- State changed from new to invalid
This looks like a Rails issue to me.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป