Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thin does not work with ruby 1.9.2-p0 and rails 2.3.8 #24

Closed
error400 opened this issue Oct 13, 2010 · 4 comments
Closed

Thin does not work with ruby 1.9.2-p0 and rails 2.3.8 #24

error400 opened this issue Oct 13, 2010 · 4 comments

Comments

@error400
Copy link

if I try to start thin with thin start I get the error

Missing the Rails 2.3.8 gem. Please gem install -v=2.3.8 rails, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or survey out RAILS_GEM_VERSION to use the latest version installed.

Rails Version 2.3.8 is installed on the system.

@macournoyer
Copy link
Owner

Try starting w/: script/server thin

@error400
Copy link
Author

thank you for the information, it works.

but how can I use thin as a cluster in production trough the init script.

there I have the same error in the logs.

@macournoyer
Copy link
Owner

Try requiring thin (config.gem) in your environment.rb or in your Gemfile

@error400
Copy link
Author

Gemfile and environment.rb did not change anything.

The error I posted came from the boor.rb after adding #{load_error.inspect} I got a more specific error about the rack gem. I uninstalled all rack versions and installed 1.1.0 and it worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants