Tagged Questions
0
votes
1answer
71 views
Ruby Rack on Phusion NoMethod Error for Table Name
Error message:
undefined method `AdminUser' for # (NoMethodError)
Exception class:
PhusionPassenger::UnknownError
AdminUser is a table in my db. The worst part, is that I never even use the ...
0
votes
1answer
185 views
undefined method on rails 3 scaffolded “new” action
I was creating a scaffolded class on rails and then I tried to access it's "new" action but i got this error:
NoMethodError in Medias#new
Showing ...
1
vote
2answers
746 views
Ruby on Rails with Sorcery reset password email has a undefined method error
Using Sorcery 0.7.4 with Rails 3.1.1 for authentication.
Everything was going well until I tried to setup password resetting.
Activation works perfectly and emails are sent, but for some reason I get ...
0
votes
1answer
695 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 ...