headius / boing

Preloader-aware command runner for JRuby, a la Spring.
MIT License
30 stars 2 forks source link

Rails 3.2.x #2

Open bliaxiong opened 10 years ago

bliaxiong commented 10 years ago

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

headius commented 10 years ago

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?

bliaxiong commented 10 years ago

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 https://github.com/headius/boing/issues/2#issuecomment-53312090.

Thanks!

Blia Xiong bliaxiong1@gmail.com