I use RVM with ruby 1.9.2 and Rails. When I try to generate a scaffold for my Rails app, I get this error:
<internal:lib/rubygems/custom_require>:29:in `require': no such file to load -- script/../config/boot (LoadError)
from <internal:lib/rubygems/custom_require>:29:in `require'
from script/generate:2:in `<main>'
Is there something wrong with rubygems? RVM?