On 5 April 2011 17:02, Bruce <bwilson...@yahoo.com> wrote:
> On Apr 5, 8:46 am, Colin Law <clan...@googlemail.com> wrote:
>> On 5 April 2011 16:37, Bruce <bwilson...@yahoo.com> wrote:
>>
>> Please don't top post, it makes it difficult to follow the thread,
>> insert your reply at appropriate points in previous message.  Thanks.
>>
>> > The "Unable to Connect" message is a Firefox browser message.
>>
>> > When I open the server in the command prompt window I get a long list
>> > of options and a description and example of the "rails new" command.
>> > Then the cursor positioned after, "C:\Sites>.
>>
>> It sounds like the server is not starting, you should get a message
>> saying that it is started.  What command are you running to start it?
>> Copy the command you enter and the first lines of the output and paste
>> them here.
>
> C:\Sites> rails server

You should be in the root folder of your application, the same folder
where you typed
rails generate controller ....

> Usage:
>   rails new APP_PATH [options]

It is telling you that the only valid command in this directory is
rails new as you are not at the root of an existing app.

Colin

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to