Anyone encountered this problem? I am able to create the project fine in 1.8 compatibility mode.
Here is what I am using
- Mac OSX Lion
- JRuby 1.6.4
- Java 1.6.0_31
- rvm 1.8.1
I am running the following command
JRUBY_OPTS=--1.9 rails new myapp
This goes ahead and creates all the files required for the app and then hangs at the statement.
run bundle install
When I look at Activity Monitor the java process is using up most of the cpu.