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:
We have a medium size Java application that needs some refactoring. We are considering migrating towards JRuby on Rails. Mainly because of the productivity that Ruby on Rails offers and for the many
I have the JRuby MySQL gem installed on my machine. However, for some reason I had to change to Ruby instead of JRuby and everything seems to be working fine except that the MySQL gem for Ruby isn\'t
I am just trying to get my head around SSL. I have set up a Jetty server on my localhost, and generated my own certificate using Keytool.
This is doing my head right in! I am messing about with JRuby trying to make some Java calls. Here is the source Im messing with.
I have developed a Ruby on Rails application and successfully deployed on Weblogic using Jruby and Warbler (which creates a war file based on the sett开发者_JS百科ings in config/warble.rb).
I can\'t seem to find what the current syntax for using java classes in Jruby is. This link text article lists:
I\'m trying to deploy my rails application from jRuby to Heroku The db is giving me problems: $ heroku db:push
I\'m packaging up a rails app with warbler and I want app specific logging.I\'ve added the log4j and commons-loggin jar to the WEB-INF/lib directory, and I want to add log4j.properties to the WEB-INF/
As developing an Java application bundled with \'jruby-complete.jar\', it is desired not to put required rubygems localally, but instead packaged it along with the a开发者_如何学Cpplication. Obviously