When using ruby 2.1.0 (or 2.1.1) and I type rails g
nothing happens. It simply hangs.
But when I change to 1.9.3, using rvm use 1.9.3
it works as expected.
How can I debug this? What might be causing this command to hang, only on ruby > 2.0.0?
I have tried reinstalling both rails and ruby!