Tagged Questions
JRuby on Rails is a term to describe a Ruby On Rails application running on JRuby.
54
votes
3answers
11k 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 need to look out for?
10
votes
4answers
252 views
Rails log shifting is keeping old log open and filling it up
I help to maintain a Rails website. It's running JRuby 1.5.5, Rails 2.3.10, on a Solaris Sparc machine. I have a problem related to logging.
To stop our logfiles growing too large and filling the ...
10
votes
4answers
627 views
jruby on rails scheduling options
I'm using JRuby 1.5.6 on Rails to build myself an application that will periodically go away and retrieve any RSS podcasts that I have subscribed too.
I've chosen JRuby primarily because I'm familiar ...
8
votes
4answers
1k views
How to test cookies.permanent.signed in Rails 3
I have a action in some controller that set some value in a permanent signed cookie like this:
def some_action
cookies.permanent.signed[:cookie_name] = "somevalue"
end
And in some functional ...
5
votes
1answer
99 views
Getting access to Object#try
I am trying to obtain access to Object#try in ruby.
I thought that just including activesupport would do the trick, but it doesn't.
irb(main):001:0> require 'rubygems'
=> true
...
4
votes
3answers
477 views
Vagrant won't recognize VirtualBox on x64-Windows7 (already running JRuby)
I'm trying to get Vagrant up and running on a 64-bit Windows 7 machine, and I'm continually getting an error that "Vagrant could not detect VirtualBox!" Here's what I've got installed:
JRE ...
4
votes
4answers
994 views
Track down PermGen problem with JRuby on Rails in Tomcat
We're running a small web application written JRuby on Rails running under Tomcat. We're using a Spring back-end that's shared with another production web application. Unfortunately, we keep running ...
4
votes
2answers
978 views
JRuby on Rails: Adding a folder to the classpath
I'm trying to add an entire folder to the JRuby 1.5 classpath for my Rails app. The JRuby Wiki suggests the following: "... add the config directory to the JRuby classpath in config/environment.rb:"
...
3
votes
1answer
244 views
How to deploy JRuby Rails 3.1.x on Heroku
I want to be able to deply a jruby rails 3.1 app to Heroku.
Heroku now suports Java: http://blog.heroku.com/archives/2011/08/25/java/
Supposedly, it should be possible to deploy a JRuby rails ...
3
votes
2answers
363 views
Struts vs. [j]Ruby on Rails
I've spent the last 9 months using Ruby on Rails exclusively.
I've been asked to join project and they are currently using Struts with Tomcat. I've done Java in the past and vowed never to go back ...
3
votes
1answer
598 views
Braces: [Brackets], (Parentheses) & {Curlies} in Ruby & Rails
So the loose tolerance of Ruby to use braces sometimes and not REQUIRE them has led to alot of confusion for me as I'm trying to learn Rails and when/where to use each and why?
Sometimes parameters ...
3
votes
2answers
449 views
Convert a Ruby on Rails project to a JRuby on Rails project
is there any particular way to convert a Ruby on Rails project to a JRuby on Rails project?
There now is a need to get the Rails side to talk to a Java server via RMI so was wondering how to make the ...
3
votes
1answer
605 views
using maven to manage java dependencies in a jruby rails app
I'm trying to write a pom.xml that will allow me to run a command locally and fetch all dependencies that my jruby Rails app has. I'm seeing two different configs though and I'm not totally sure ...
3
votes
5answers
596 views
Is JRuby a viable alternative to the MRI for Rails development?
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 a viable alternative to switch ...
3
votes
2answers
801 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 background tasks, I've found ...
3
votes
3answers
3k 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 capabilities. I am ...
3
votes
2answers
197 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 to use Java in the ...
2
votes
3answers
124 views
Combining a clojure app with a Ruby on Rails app
I have a Clojure back-end that I want to put a Rails front-end to. How should I connect them, and how specifically do I do it?
Off the top of my head, there are two ways:
run Jruby on rails, in the ...
2
votes
2answers
136 views
problem for SQLite db for jruby
I tried to use SQLite databse for my jruby project.
When i tried to install sqlite3 gem getting the following error
C:\tibbr\main\community_manager>gem install sqlite3-ruby
Building native ...
2
votes
2answers
78 views
Integrating standard java into web frameworks such as Stripes, Grails JRuby and Rails
For various reasons we have to use a java based web framework to create a proof of concept site. We've a lot of algorithms written in standard java that will have to hook into the site.
So right now ...
2
votes
1answer
284 views
How to run Rails3 with JRuby in 1.9 mode on Windows XP?
I know that I can run JRuby with 1.9 compatibility with the --1.9 flag. No problems here.
However, I cannot get Rails3 to run with JRuby 1.6.2 in 1.9 mode on Windows XP. Am I missing something?
Here ...
2
votes
3answers
290 views
sunspot with jruby
Hi can sunspot be used with jruby, also here is my app details
jruby-1.6.1
rails 3.0.7
when i install all the gems and run rake sunspot:solr:start it gives me the following error
Gem::LoadError: ...
2
votes
1answer
261 views
Recommended way to structure rspec modules?
I have a rails app, plus code in lib. I have the spec directory under RAILS_ROOT.
How should I put my tests in spec?
Currently, I am thinking of the following:
spec/lib
spec/controllers
...
2
votes
3answers
656 views
Environment Variables or YAML config files
The background:
Step 1 -> We have a box that runs unit and functional tests of an application by running it in test mode with a specific configuration.
Step 2 -> Upon success of Step 1, we run ...
2
votes
1answer
709 views
Logging with log4j on tomcat jruby-rack for a Rails 3 application
I just spent the better part of 3 hours trying to get my Rails application logging with Log4j. I've finally got it working, but I'm not sure if what I did is correct. I tried various methods to no ...
2
votes
1answer
296 views
Where to put the sqlite3-database when deploying a JRuby-On-Rails App as a war?
Background: I want to deploy a small JRuby-On-Rails-Application using warblers executable war, so I can just drop the .war-file and everyone can run it with java -jar app.war.
The application uses ...
2
votes
1answer
163 views
Unit testing Rails applications' controller's helper Module - How?
In my rails application there exists a controller helper which is a Module (not a Class) with lot of helper methods defined in it. I wish to write unit test cases for this before I do code refactoring ...
2
votes
7answers
1k views
jRuby on Rails vs Grails
I'm looking to develop a greenfield web application which will reuse a lot of Java components. To me, the obvious options for this are Grails or jRuby on Rails, but I'm having trouble finding ...
2
votes
1answer
378 views
JRuby on Rails: Using custom Java classes in your Rails app
I just started with JRuby on Rails and absolutely love it. I know how to use current classes within the Java API in my Rails app, but if I wanted to create a new custom class written in purely Java ...
2
votes
2answers
402 views
Compile a jruby on rails application to a jar?
Is there a quick way to pack a jruby on rails application into a jar?
Is there an ec2 on rails like virtual appliance for jruby on rails apps?
2
votes
5answers
474 views
How reliable is JRuby?
I'm interested in promoting JRuby in our office as the platform hosting Rails applications.
But how reliable is it?
Is its performance better than MRI 1.8.7?
JRuby 1.5 states that it is 100% ...
2
votes
1answer
274 views
JRuby: Rake fails with Gem::Version error
I get the following error on any call to rake. I am working on a Rails 3 running on JRuby (1.5.1) installed with RVM. I don't think this was always the case, but I'm not sure how to track it down. ...
2
votes
2answers
530 views
Cucumber-rails on jruby installs gem into my apps root directory with bundler
Just installed cucumber 0.7.2 and cucumber-rails 0.3.1 with jruby-1.4.0 on OSX. When I run a bundle install, it places a cucumber-rails directory in my main app with all of the gem code/dependencies. ...
2
votes
1answer
299 views
java.net is moving to Jruby?
There is a post on http://kenai.com/ from Oracle's Ted Farrell which has an interesting statement:
We are in the process of migrating java.net to the kenai technology.
Does this mean java.net ...
2
votes
0answers
327 views
jruby rails memcached unmarshalling error with java classes
I have a rails app that is communicating with some java services over JMS. I'm caching a few of these objects in memcached on the rails side like so:
@my_objects = MEMCACHE["some_key"] || ...
2
votes
1answer
710 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:base (first_time)
** ...
2
votes
2answers
159 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 installation).
My design ...
1
vote
0answers
22 views
Cucumber hangs after all scenarios passed
I have jRuby on Rails application with some cucumber tests.
Problem is that cucumber features hangs after executing all steps until I press ctrl+c. Interesting that it only happens if all of the ...
1
vote
0answers
10 views
jruby makes rescue Exception nil with rescue Java::System.out
The error.class output changes on the 2nd execution of this code in Jruby script/console.
begin
raise "something went wrong"
rescue Java::System.out => java_error
puts java_error.inspect
rescue ...
1
vote
3answers
37 views
Is there a jruby-on-rails idiom for detecting if you're running in Tomcat?
Checking defined?(JRUBY_VERSION) appears to be the most idiomatic way of determining whether you're running in jruby (c.f. How can I tell if I'm running from JRuby vs. Ruby?, various FOSS jruby ...
1
vote
1answer
60 views
bash aliases not recognized by a bash function: sunspot_rails, jruby, rspec
Aliases below for running sunspot in the background work
Aliases below for finding and killing those instances work
ENV variables for the sunspot ports are accessible
But,
Functions for running ...
1
vote
3answers
234 views
How do I use JRUBY_OPTS with RVM?
It seems that the idiomatic way to provide flags to JRuby in an RVM-based Rails project is to set the environmental variable JRUBY_OPTS or PROJECT_JRUBY_OPTS, the latter perhaps being done ...
1
vote
1answer
108 views
Context not being set properly with warbler and tomcat
I'm trying to deploy a Rails app to Tomcat with a war file generated by Warbler. The war file deploys to /myproject-rails-gui without any problems but, when I try to access a page on the app, I'm ...
1
vote
2answers
99 views
JRuby on Rails log rotation failure
We have a JRuby on Rails 2 application deployed on Tomcat, using the default Rails logger. Some time after we crossed the DST boundary, we found the application was dead with the following error ...
1
vote
1answer
104 views
Jruby, Rails3.1, Sprockets - Same File error
On windows, running Jruby 1.6.4 - this issue occurs in Sprockets 2.0.0 and 2.0.2, Rails 3.1.0 and 3.1.1. Using therubyrhino as the js runtime, but this also occurs when using execjs (which correctly ...
1
vote
2answers
73 views
JRuby on rails encoding error
Yesterday i tried to switch from MRI to JRuby and I believe that i got all the gems right.
I am using Mongoid and not ActiveRecord so no switching of gem necessary there i think.
The error i get is:
...
1
vote
1answer
151 views
Capybara-webkit with jruby
I am working on moving our celerity based integration tests to capybara-webkit.
The documentation provided on git-hub (https://github.com/thoughtbot/capybara-webkit) for capybara-webkit was helpful ...
1
vote
1answer
108 views
NameError uninitialized constant in Jruy/Rails 3
I'm upgrading a project to Rails 3.1 and Jruby 1.6.4 from rails 2.6 I followed the Rails Handbook by Jeremy.
Now I'm getting some errors while booting the server.
NameError in ...
1
vote
1answer
296 views
Can't set UUID primary key on Rails 3.1
Old code, works fine in Rails 3.0 on JRuby 1.6.4 with PostgreSQL 9.0:
class User < ActiveRecord::Base
before_validation(:on => :create) do
self.id = generate_random_uuid
end
...
1
vote
1answer
60 views
Jruby on Rails Development Box on Mac Mini (Snow Leopard or Lion OS)
This weekend, I'm planning to attempt to configure my new Mac Mini as a Jruby development box. I have been doing some research on the subject and there seem to be a variety of ways to go. I was ...