I've previously created a rails app with the simple "rails new fileName", but for some reason, I'm getting the following error when I attempt to create a new app:
$ rails new powTr
uninitialized constant AppGenerator::Config
Did you mean? RbConfig
I'm not sure what this means/where to look. Any help would be appreciated, thanks.