Tagged Questions
0
votes
1answer
329 views
Ruby on rails scaffold error in _form.html.erb
This CURD generated by scaffold method using following command
rails g scaffold contact fullname:string surname:string email:string mobile:string note:text
when i go to localhost:3003/contacts/new ...
0
votes
1answer
698 views
Rails 3.1 Scaffold undefined method `model_name' for nil:NilClass
Help me StackOveflow, you're my only hope.
I'm getting the following error, and its driving me crazy.
NoMethodError in Players#new
Showing ...
0
votes
2answers
160 views
Rails listing problem
I generated a scaffold and I created a casual application. I want to list the scaffold items on a sidebar, everywhere on the application (inside application.html.erb).
My left column, in ...