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

theine_current_ruby throws error #22

Open
low-on-mana opened this issue Sep 26, 2016 · 1 comment
Open

theine_current_ruby throws error #22

low-on-mana opened this issue Sep 26, 2016 · 1 comment

Comments

@low-on-mana
Copy link

I first ran this

$ theine_set_ruby /Users/anoop/.rbenv/versions/jruby-9.0.3.0/bin/ruby
Set theine to run using /Users/anoop/.rbenv/versions/jruby-9.0.3.0/bin/ruby.

But shockingly I am getting this while using the following


$ theine_current_ruby

WARNING: Use strings for Figaro configuration. 100 was converted to "100".

NoMethodError: undefined method `include?' for nil:NilClass
  block in argv_to_s at /Users/anoop/.rbenv/versions/jruby-9.0.3.0/lib/ruby/gems/shared/gems/theine-0.0.14/lib/theine/worker.rb:105
                 map at org/jruby/RubyArray.java:2300
           argv_to_s at /Users/anoop/.rbenv/versions/jruby-9.0.3.0/lib/ruby/gems/shared/gems/theine-0.0.14/lib/theine/worker.rb:104
                 run at /Users/anoop/.rbenv/versions/jruby-9.0.3.0/lib/ruby/gems/shared/gems/theine-0.0.14/lib/theine/worker.rb:49
               <top> at /Users/anoop/.rbenv/versions/jruby-9.0.3.0/lib/ruby/gems/shared/gems/theine-0.0.14/lib/theine/worker.rb:142
@rwilliams
Copy link

theine_current_ruby doesn't get the current ruby, it runs theine with the current ruby. Both theine and theine_current_ruby expect some argument because it's essentially calling rails. Fixed in rwilliams@0c43e79

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