JRuby is an open-source Java implementation of the Ruby programming language.
I want to know if there an easy way to get only N symbols from string without cutting the whole …
ruby ruby-on-rails-3 jruby substring wordsI am considering about what is the difference between JRuby on Rails and the original Ruby on Rails for my …
ruby-on-rails jrubySo, I just moved to new project that is built on Ruby on Rails. I'm new to it and I'm …
ruby-on-rails unit-testing debugging jrubyI've been setting up my rails application to run under jruby/warbler inside a java container (JBoss/wildfly). I'm used …
jboss environment-variables jruby warblerI have my ruby on rails application and I have installed jruby-1.7.4 in my Windows XP. When I try to …
ruby path jrubyI have a script with a factory method that I would like to return a different implementation of some class …
ruby jrubyWhat is the best way to get JRuby to run in 2.0 mode?
ruby jruby ruby-2.0Some time ago we upgraded our application to Rails 4 and switched to JRuby. Before that change migrations created the default …
ruby-on-rails postgresql activerecord migration jruby