Rails 3.2.x
Opened this issue · 2 comments
Doesn't seem to work with Rails 3.2.x. Is this for Rails 4.x only?
I ran 'boing rails console' and got the following:
NameError: uninitialized constant Boing::Runner::INPROC_RAILS_COMMANDS
const_missing at org/jruby/RubyModule.java:2723
run at /Users/bxiong/.rvm/gems/jruby-1.7.13@myapp/gems/boing-0.0.1/lib/boing.rb:25
(root) at /Users/bxiong/.rvm/gems/jruby-1.7.13@myapp/gems/boing-0.0.1/bin/boing:5
load at org/jruby/RubyKernel.java:1081
(root) at /Users/bxiong/.rvm/gems/jruby-1.7.13@myapp/bin/boing:1
eval at org/jruby/RubyKernel.java:1101
(root) at /Users/bxiong/.rvm/gems/jruby-1.7.13@myapp/bin/boing:23
It could certainly be modified to work with 3.2. Right now it's depending on constants that appear to be defined in Spring, but Spring is not a dependency of Rails 3.2 or Boing. Try adding it as a dependency?
Sure. I'll try to find some time and see what I can do.
On Mon, Aug 25, 2014 at 2:05 PM, Charles Oliver Nutter <
notifications@github.com> wrote:
It could certainly be modified to work with 3.2. Right now it's depending
on constants that appear to be defined in Spring, but Spring is not a
dependency of Rails 3.2 or Boing. Try adding it as a dependency?—
Reply to this email directly or view it on GitHub
#2 (comment).
Thanks!
Blia Xiong
bliaxiong1@gmail.com