user1198413
user1198413

Reputation: 21

rails missing console and generate commands on Windows

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

Answers (1)

user1198413
user1198413

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

Related Questions