0
votes
1answer
33 views

Rails NoMethodError in Players#new

I just used generate scaffold to make this setup and I immediately got this error. For some reason it's trying to evaluate 'user' as a method in line 20 and only user. It went by name fine, but ...
1
vote
3answers
2k views

Undefined method `stringify_keys' in Messages Controller

I am getting the following error when I try to submit a form (the form shows up when 1 user wants to message another user) NoMethodError in MessagesController#create undefined method ...
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 ...
1
vote
1answer
173 views

Rails form keeps returning a nomethoderror

<%= form_for rating_ballot, :html => { :class => 'rating_ballot' } do |f| %> <%= f.label("value_1", content_tag(:span, '1'), {:class=>"rating", :id=>"1"}) ...