Sawan T. wrote in post #972924: > Hi I have couple of issues with my application. I have an app checked > out from a repository on to my local machine. rake commands like rake > db:create and rake db:migrate and gem list, gem install are working with > the app but not any other commands like rails generate scaffold User > username:string, rails server, rails console.... > > following is the error > > Usage: > rails new APP_PATH [options]
Hmm. Is the app Rails 3 or Rails 2? If you don't know, try going to the app root directory and typing script/about (at least, this works for Rails 2 apps). Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

