[Rails] Re: Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-04 Thread Luis Lavena
On Monday, April 2, 2012 3:42:38 PM UTC-3, Jedrin wrote: I am trying to build a rails app I wrote in JRuby. When I run bundle install it errors out on yajl-ruby trying to build it as a native extension. I think it must have some dependency with a different gem. How can I figure out

[Rails] Re: Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-03 Thread YogiZoli
On win you may wanna use Pik as an alternative of RVM, or you can use RVM with cgywin, or alternatively using Virtual Machine. I highly recommend using RVM somehow because you're gonna have Gem version problems all the time which is really annoying. This article makes things clear:

[Rails] Re: Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-02 Thread Jedrin
Assuming you're using rvm, create a separate gemset and do your `bundle install` with MRI and then examine the Gemfile.lock that's been built. Thanks, but I am on windows. I found a FAQ that says RVM doesn't run on windows. -- You received this message because you are subscribed to the

Re: [Rails] Re: Problem: jruby -S bundle install - tries to build native extension of yajl-ruby

2012-04-02 Thread Hassan Schroeder
On Mon, Apr 2, 2012 at 3:53 PM, Jedrin jrubia...@gmail.com wrote:  Thanks, but I am on windows. I found a FAQ that says RVM doesn't run on windows. I believe there's an equivalent for Windows, or you could use a VM to isolate the experiment from your regular installation, but that's really