Reputation: 93
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 conversion. Thanks.
Upvotes: 8
Views: 3135
Reputation: 7477
As @Karl says, it pretty much works but there are a number of caveats you should be aware of:
Upvotes: 7
Reputation: 6165
It pretty much just works, you simply run it with JRuby instead of Ruby.
You might be interested in this though: http://jrubyist.wordpress.com/2009/07/15/jruby-and-sqlite3-living-together/
Upvotes: 2