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? Bruce -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Apr 8, 8:29 pm, Bruce Wilson <bwilson...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> 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? > > BruceOk, I see. Create a new app and start the server from there after you install the bundle. -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Apr 8, 2011 at 11:29 PM, Bruce Wilson <bwilsonnow-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.