Re: [Rails] "uninitialized constant PostsController::Post"

2011-04-30 Thread Colin Law
On 30 April 2011 16:40, amrit pal pathak wrote: > This time i read scaffold tutorial very  carefully and finally try to > generate a form without using the scaffold(just used a controller and > view ).what i have done till now ,is as follow.Using rails 3.0.7. > >                                 "r

Re: [Rails] "uninitialized constant PostsController::Post"

2011-04-30 Thread Walter Davis
On Apr 30, 2011, at 11:40 AM, amrit pal pathak wrote: This time i read scaffold tutorial very carefully and finally try to generate a form without using the scaffold(just used a controller and view ).what i have done till now ,is as follow.Using rails 3.0.7. "r

[Rails] "uninitialized constant PostsController::Post"

2011-04-30 Thread amrit pal pathak
This time i read scaffold tutorial very carefully and finally try to generate a form without using the scaffold(just used a controller and view ).what i have done till now ,is as follow.Using rails 3.0.7. "rails generate controller posts index" 1) post_controll