On Wed, Apr 20, 2011 at 1:57 PM, Bryan Crossland <bacrossl...@gmail.com>wrote:

> On Wed, Apr 20, 2011 at 1:53 PM, hoboy Hoboy <li...@ruby-forum.com> wrote:
>
>> http://localhost.3000/
>> Welcome aboard
>> You’re riding Ruby on Rails!
>> About your application’s environment
>> Getting started
>> Here’s how to get rolling:
>>
>>   1.
>>      Use rails generate to create your models and controllers
>>
>>      To see all available options, run it without parameters.
>>   2.
>>      Set up a default route and remove or rename this file
>>
>>      Routes are set up in config/routes.rb.
>>   3.
>>      Create your database
>>
>>      Run rake db:migrate to create your database. If you're not using
>> SQLite (the default), edit config/database.yml with your username and
>> password.
>>
>> when I point to http://localhost:3000/RailsApplication3
>>
>>
>> Routing Error
>>
>> No route matches "/RailsApplication3"
>>
>>
> I think you will find this guide helpful in understanding your routing
> questions.
>
> http://guides.rubyonrails.org/routing.html
>

Right, also until you get comfortable I would highly recommend working
through a good book or tutorial such as Agile Web Development with Rails. By
just following some steps in such, a lot of things will start making more
sense too.


>
> B.
>
> --
> 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.
>

-- 
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