Reputation: 21
Using "rails server" and "rails new" work normally
However no other commands are recognized, such as "rails console" and "rails generate" --- the rails help is displayed.
This is with Rails 3.2.1 + Ruby 1.9.2 & 1.9.3
I tried 3 pre-packaged installations, on Windows 7 64bit. Everything else appears to be working
Thanks!
Upvotes: 0
Views: 625
Reputation: 21
"rails console" and "rails generate", ect. must be run in a folder with standard gems installed, i.e. created with "rails new [location]"
Upvotes: 2