![]() | gem xxx is not checked out. |
|
13 Jan 2011, 17:04
pinit asavanuchit (48 posts) |
18:37:48,897 ERROR [[/kel_admin]] Application Error
org.jruby.rack.RackInitializationException: git://github.com/cyberjom/will_paginate.git (at rails3) is not checked out. Please run `bundle install`
This problem occurs only when deploy war file to JBOSS. My environment is jruby 1.5.6 , rails 3.0.3 , will_paginate 3.0.pre3 in Gemfile
gem 'will_paginate', :git => 'git://github.com/cyberjom/will_paginate.git', :branch => "rails3"
I have fork will_paginate to modify a bit of will_paginate.gemspec, to solve “Invalid File Format” Is it related to this ticket ? Any work around suggestion ? Any one success with will_paginate preview on rails 3.0.3 + Jruby and warble ? Thank you very much |
|
13 Jan 2011, 17:06
pinit asavanuchit (48 posts) |
Sorry for my post. I have try code tag and it’s add a href to the code this is raw version. Error: 18:37:48,897 ERROR [[/kel_admin]] Application Error in Gemfile |
|
13 Jan 2011, 20:28
Ian Dees (174 posts) |
Hi, Pinit. I had the same issue with a Git-based gem I was using. This does indeed appear to be related to JRUBY-5077. A possible workaround for now is to check out your fork of will_paginate to its own directory, do a This isn’t a long-term solution, because it can break on non-Warbler deployments. But it should get your |
|
14 Jan 2011, 19:33
pinit asavanuchit (48 posts) |
It’s work now. I have done local gem install for all those gems with git. This Jruby+rails3 will go live on 24th Jan. Thanks |
| You must be logged in to comment |

