JRuby on Rails is a term to describe a Ruby On Rails application running on JRuby.
Questions tagged [jrubyonrails]
367 questions
0
votes
1 answer
Building .war with JRuby and warbler
I have been trying for hours to get a JRuby Rails application packaged as a war that actually works, without success... (JRuby 1.6.7, warbler 1.3.5, Rails 3.2.2)
Issue #1: Warbler seems to like to lump all libraries in one root folder rather than…

cbmanica
- 3,502
- 7
- 36
- 54
0
votes
1 answer
JRuby and Neo4j scaffold generation error (OS X)
I am following the Rails and Neo4j tutorial http://blog.jayway.com/2011/03/02/neo4j-rb-1-0-0-and-rails-3/ and get the following errors:
me$ rails generate scaffold post title:string body:string
LoadError: no such file to load --…

Ashley Bye
- 1,752
- 2
- 23
- 40
0
votes
1 answer
JRuby Rails3 application session timeout running in Tomcat
If you have a session timeout in rails using the :expire_after in session_store.rb
AppRails3::Application.config.session_store :cookie_store,
key: '_App_Rails3_session',
:expire_after => 20.minutes
and in Tomcat you set session-timeout in…

Lieven Cardoen
- 25,140
- 52
- 153
- 244
-1
votes
4 answers
Strange RoR problem; googlebot gets error, human sees page
I maintain a Ruby-on-Rails website (actually running JRuby 1.5.5, Rails version 2.3.10) and am seeing something fairly strange. A certain controller action is causing an exception in the logs, when accessed by a search engine…

davmac
- 20,150
- 1
- 40
- 68
-1
votes
1 answer
jruby on rails with oracle throwing error
I am a newbie in jruby on rails. I have created a basic application using rails and generated the war file and deployed in tomcat container. when i start the application i get the below error. I am using using oracle and have uncommented the…

Pradeep
- 753
- 7
- 15
- 25
-2
votes
3 answers
Ruby strength and usage
I am new in ruby dont know the strength about ruby. I have some idea about ruby on rails for building web application so now i want to know about area where we can use ruby like is ruby only useful for web based application or we can write stand…

SSP
- 2,650
- 5
- 31
- 49
-2
votes
2 answers
load_java_part error while using activerecord-jdbcsqlite3-adapter with Jruby
I am stuck with a problem for a very long time and i have hit a dead end with desperate need of a solution.
I have a web application which has to to be ported to WAR on Windows 7.The database I am using is Sqlit3.
Ruby Version :- ruby 2.1.5p273…

user2914486
- 163
- 1
- 15