Re: [Rails] Routing Error on rails3

2010-02-26 Thread Colin Law
On 26 February 2010 20:47, John Wu wrote: > Hi All, > > I am new to Ruby on Rails and have rails3 installed. Did you really mean to start with rails 3? It is still under development and you may well run into problems that are not of your own making. If you are learning rails I would suggest ins

Re: [Rails] Routing Error on rails3

2010-02-26 Thread Conrad Taylor
On Fri, Feb 26, 2010 at 12:47 PM, John Wu wrote: > Hi All, > > I am new to Ruby on Rails and have rails3 installed. > > After I type this on the command line > > $rails g controller Pages home contact > > then, I go to http://localhost:3000/pages/home > > I got > > Routing Error > > No route matc

[Rails] Routing Error on rails3

2010-02-26 Thread John Wu
Hi All, I am new to Ruby on Rails and have rails3 installed. After I type this on the command line $rails g controller Pages home contact then, I go to http://localhost:3000/pages/home I got Routing Error No route matches "/pages/contact" How can I fix this problem? Thanks! -- Posted via