On Fri, Apr 8, 2011 at 11:29 PM, Bruce Wilson <[email protected]> wrote:
> I deleted to app folders, Hello and Blog, which I had created per > instructions of Beginning Rails 3. Thought I would start over again. > Now when I start the command line window on my Ruby192 folder and type > in "rails server", I only get the list of options for the command. I > can get the version, but not the server. > > Do I need to reinstall rails? > > Think about it, if there is no app, what app will the server serve? the rails server command is run from inside the app root folder and passes the app to the server for serving. -- 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.

