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

Not working on latest version of ruby #35

Open
ghost opened this issue May 13, 2014 · 5 comments
Open

Not working on latest version of ruby #35

ghost opened this issue May 13, 2014 · 5 comments

Comments

@ghost
Copy link

ghost commented May 13, 2014

For some reason I can't get this gem to work properly on the latest ruby version. When I downgrade it works fine. You probably need to update it.

/usr/local/rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- unicorn/worker_killer (LoadError)

I get this error spammed in my unicorn log when I run 2.1.2 but when I run 2.0.0 it works fine.

@thekendalmiller
Copy link

Did you install this gem for your ruby 2.1.x install?

@Genkilabs
Copy link

Same here. Works fine locally on macbook pro on 2.1.0 (when I remove the 'production' condition from config.ru to test) but in production with nginx on either centos or rhel I get the same 'cannot load such file' error in unicorn.stderr. Everything else about the prod box is vanilla.
Maybe related to this bug #29 ?

@vinhtiensinh
Copy link

I have the same problem. looks like something is not working right for Ruby 2.1.0

@jclem
Copy link
Collaborator

jclem commented Jul 7, 2014

I don't have time to work on this at the moment, but I'd be happy to review and merge a PR.

@kzk
Copy link
Owner

kzk commented Aug 10, 2014

@Pendulum80 @vinhtiensinh Please paste the exact stack trace you've got. It's hard to 'guess' or estimate the situation from us.

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

5 participants