1
vote
1answer
31 views
jruby -S rake gems:install shows success but doesn’t in fact install the gems
Has anyone used rake gems:install under jruby? running sudo jruby -S rake gems:install --trace give me the following output:
** Invoke gems:install (first_time)
** Invoke gems:ba …
3
votes
5answers
119 views
Is JRuby a viable alternative to the MRI for Rails development?
Hey peeps.
I am a beginner-verging-on-intermediate rails developer that is working hard to improve my skills.
I am a little confused about the state of JRuby, and whether it is …
0
votes
1answer
12 views
Automatically Refreshing Rails Metal In Development Mode
I am trying to develop a rails metal endpoint using sinatra, but is proving to be a pain because I have to restart the server every time I change the code. I am in Jruby and runnin …
1
vote
1answer
67 views
Logging inside threads in a Rails application
I've got a Rails application in which a small number of actions require significant computation time. Rather than going through the complexity of managing these actions as backgrou …
13
votes
4answers
1k views
JRuby on Rails vs. Ruby on Rails, what’s difference?
I'm looking to try out JRuby and JRuby on Rails. I'm having trouble finding information on what's difference between JRuby on Rails and Ruby on Rails.
What's the differences I ne …
1
vote
2answers
59 views
How can I start JRuby on Rails from Java?
I need to start a copy of a Rails app from within Java. I would favor a lightweight HTTP server, as our installations will have a very small userbase (1-10, 10 being a huge instal …
0
votes
4answers
143 views
Good framework for Ruby web development.
Basically I am java developer and exploring ruby and ruby related framework right now. I am mostly working on web based projects. I had heard about RoR and Merb for web development …
1
vote
3answers
432 views
PDF generation with Prawn and Prawnto
Is anyone using Prawn / Prawnto with Jruby on rails? I installed prawn 0.5.01 and rails 2.3.2. I just installed prawn and prawnto and started playing with the PDF generation capa …
0
votes
1answer
51 views
How do you query a database in the middle of a jruby on rails webpage?
Not sure how to ask it so sorry if I mess up my terminology. In using jruby on rails, how would I query two (or more database) to serve back to the view page?
I have seen where I …
2
votes
2answers
95 views
If I have jRuby on Rails installed can I use only Ruby?
What I mean by this is if I install jRuby on Rails, can I use only the ruby language to build my application? I wanted to install my rails application with jRuby in case I wanted …
1
vote
1answer
138 views
JRuby on Rails without a database
I'm kicking off a new Rails project in NetBeans using JRuby (v1.2.0) which uses Rails (2.3.2). I don't need a database, all my data comes from the cloud.
I've uncommented this lin …
