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 automatically, since I see I can uncomment this line from my project directory's .rvmrc : PROJECT_JRUBY_OPTS=( --1.9 ) However, that line seems to do nothing, and if I set the environmental variables, RVM actually unsets them. So, how am I supposed to do this? (Note that I have this at the bottom of my .bashrc file, which is how I believe I'm supposed to use rvm:) [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "