Tagged Questions
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 ...
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 ...
4
votes
2answers
981 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
2answers
364 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
2answers
451 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
5answers
599 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 ...
2
votes
3answers
125 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
3answers
660 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
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
1answer
275 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
532 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 ...
1
vote
0answers
29 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
1answer
111 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
75 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
297 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
68 views
Listing files from the network in Rails
I'd like to be able to list files from a distant directory on the network with Rails (for instance, listing every pictures in a folder to move them and do some processing on them).
So I tried to ...
1
vote
3answers
114 views
Windows commands in ruby
How do I run a Windows command in an Ruby app?
I am trying to run something like:
output = `cd #{RAILS_ROOT}/lib && java HelloWorld #{param1} #{param2}`
I print the result of the line ...
1
vote
1answer
1k views
Rails - Mysql::ProtocolError: invalid packet [closed]
Possible Duplicate:
Perplexing Ruby/MySQL Error: "invalid packet: sequence number mismatch"
My rails app just started having these strange MySQL errors on my EC2/RDS stack.
I've ...
1
vote
1answer
253 views
Rails 3 route problem
After solving the other problem with routes , now I have another one.
I have this route in my routes.rb:
match "user/create_new_password/:reset_password_key" =>"users#create_new_password", ...
1
vote
1answer
125 views
Linux Cron Job or any job scheduler of Rails. Which is better for automated deployment?
I would like to know which of the options is better and why?
* Linux Cron Job
* Background job scheduler of rails. (What plugin helps me in this is yet another question!)
Some of the cron jobs that ...
1
vote
2answers
406 views
rails app load testing with jmeter
I am trying to load test a rails app with jmeter but have not gotten pass login.
In application_controller I commented out protect_from_forgery so as not to have to use the authenticity_token.
It ...
1
vote
1answer
151 views
jRuby/Glassfish won't recognize installed gems (Rails Application)
When I try to launch my Rails application using jRuby, it says I need to install rails 2.3.8 which is already installed. These are the commands I used and their errors:
Attempt to Launch ...
1
vote
1answer
289 views
memory requirement for jruby +rails+mongrel?
hi
I am planning to run jruby (1.5.3 latest) on mongrel but how much memory will it require on x64 server for a simple web site ? and how many instances will be required ?
10000 page views per day
...
1
vote
0answers
290 views
Ruby on Rails (JRuby) errors custom error pages (500) not being properly captured
Wondering if anyone has come across this issue before, I am using JRuby v 1.5.x and Rails 2.5.x on a Tomcat Server and I am having difficulty capturing an error and redirecting to a 500.html page. ...
1
vote
1answer
323 views
jRuby Glassfish v3 dispatcher error
i have ubuntu 8.10, running glassfish v3 (not prelude). first deployment of any jruby on a glassfish v3 SERVER (not the gem).
i have deployed the app using the 'choose folder' method, rather than ...
1
vote
2answers
201 views
What do I need to know about JRuby on Rails after developing RoR Apps?
I have done a few projects using Ruby on Rails. I am going to use JRuby on Rails and hosting it on GAE. In that case what are the stuff that I need to know while developing JRuby apps. I read that
...
1
vote
1answer
181 views
wrong # of arguments(0 for 1)
Here is my Test model code:
require 'rubygems'
require 'composite_primary_keys'
class VamTest < ActiveRecord::Base
set_table_name 'tests'
set_primary_keys :service, :host
end
This is the ...
1
vote
1answer
76 views
Opposite of rails initializers (2.xx)?
I run several daemons in config/initializers/ when I start my rails app, but I need a way to detect when the app is shutting down, and stop the daemons.
Are there any hooks / places where I can do ...
1
vote
1answer
188 views
How do you unpack gems using jruby on rails 2.3?
I'm trying to unpack all the system gems to end up with a standalone Rails directory including all the rails gems and all the system gems.
I'm starting with a bare rails setup; just did a jruby -S ...
1
vote
2answers
305 views
How do I enable automatic reloading of view files in development mode in JRuby on Rails?
I am developing an app in JRuby on Rails. For some reason, when I edit the view files, the development JRuby Mongrel server doesn't reload them. The perplexing thing is that after editing the ...
1
vote
1answer
250 views
Lazy loading of ESB in a jruby rails app
I have a jruby/rails app using:
jruby 1.4.0
Rails 2.3.5
ActiveMQ 5.3.0
Mule ESB 2.2.1
Currently in our environment.rb file we start up Mule in the initializer. This becomes a big pain when we go ...
1
vote
2answers
180 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 running from within a ...
0
votes
0answers
20 views
JRuby on Rails/ActiveRecord: Methods for has_and_belongs_to_many not added
I'm building a JRuby on Rails app that holds pictures and allows users to assign tags to them. Since one picture can have many tags and one tag can be associated with multiple pictures, I thought I'd ...
0
votes
2answers
66 views
Rails app won't send mail (via sendmail) under JRuby
After switching my Rails 2.3 app from MRI Ruby 1.8.7 to JRuby 1.6.5, the app is no longer able to send mail. I'm using ActionMailer like this:
class MessageMailer < ActionMailer::Base
def ...
0
votes
0answers
24 views
Controller not identified when added inside a plugin : throws Uninitialized Constant error
I'm setting up controller inside a plugin as follows,
In vendors/plugins/blogs/app/controllers/blogs_controller.rb
class BlogsController < ApplicationController
def index
end
end
In ...
0
votes
1answer
95 views
therubyrhino or therubyracer but for Ruby, not JavaScript
Is there something like therubyrhino or therubyracer but for JRuby, not JavaScript?
I tested eval but this allows to access all models and classes from my Rails-Project. I really want to force the ...
0
votes
1answer
95 views
Compile all .rb files of a Ruby on Rails app to .class using JRuby, pack it into a .war and deploy into a Java appserver
Is it possible to compile all .rb source files files (including the configuration source file files) of Ruby on Rails to .class files using JRuby, pack it into a .war file and deploy to JBoss or ...
0
votes
1answer
133 views
How to include the ruport/acts_as_reportable gems for JRuby using Warbler?
I am using JRuby 1.4.0 and want to use Ruport to make CSV files. This perfectly works until I make a war-file from it with warbler to put it on a server.
When I add the following code to ...
0
votes
0answers
118 views
ThreadLocal and config.threadsafe! in JRubyOnRails
If I enable config.threadsafe! in my JRuby rails webapp, does that mean each rails request will get it's own copy of ThreadLocal?
0
votes
0answers
105 views
Rails : Customize Date Picker in Spree
I am using Spree in one of my shopping cart application and I would like to customize the datepicker.
When I logged in as admin and go to the orders tab, I can see the datepicker, where I will select ...
0
votes
0answers
63 views
eliminate calls through ActiveResource when embedding one rails app into another one
We have 2 rails applications, first rails application calls into the second
rails application through ActiveResource. First rails app only has Controllers and Views.
The second app has Controllers and ...
0
votes
1answer
112 views
Google Crawl Errors - Unreachable error
My site has been successfully verified against Google Webmaster. My crawler access with the robot.txt is also 200 (Success). However, when I check "Crawl errors", nearly every page is "unreachable", ...
0
votes
1answer
215 views
Any advantages when running a Rails application on Tomcat+JRuby instead of Mongrel/Passenger?
I want to install a Rails application (Redmine) on my Root Server. Since i'm already planning to run a Tomcat for various Java applications, I'm asking myself (and you) if it makes sense to also let ...
0
votes
1answer
324 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?
...