We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Erik Dahlstrand opened this issue
When going from 0.4.1 to 0.4.2 I get
@@@ ruby .rvm/gems/ree-1.8.7-2010.01/gems/activesupport-2.3.5/lib/active_support/whiny_nil.rb:52:in method_missing’: undefined methodtype_cast’ for nil:NilClass (NoMethodError) .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:321:in preferences’ .rvm/gems/ree-1.8.7-2010.01/gems/activerecord-2.3.5/lib/active_record/base.rb:2197:ininject’ .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in each’ .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:ininject’ .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in `preferences’ @@@
method_missing’: undefined method
preferences’ .rvm/gems/ree-1.8.7-2010.01/gems/activerecord-2.3.5/lib/active_record/base.rb:2197:in
each’ .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in
when starting the web server.
original LH ticket
This ticket has 0 attachment(s).
The text was updated successfully, but these errors were encountered:
Erik Dahlstrand commented
I finally found the problem. If you remove a preference from the model but don’t remove the corresponding row in the database you get this error.
Sorry, something went wrong.
obrie
No branches or pull requests
Erik Dahlstrand opened this issue
When going from 0.4.1 to 0.4.2 I get
@@@ ruby
.rvm/gems/ree-1.8.7-2010.01/gems/activesupport-2.3.5/lib/active_support/whiny_nil.rb:52:in
method_missing’: undefined method
type_cast’ for nil:NilClass (NoMethodError).rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:321:in
preferences’ .rvm/gems/ree-1.8.7-2010.01/gems/activerecord-2.3.5/lib/active_record/base.rb:2197:in
inject’.rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in
each’ .rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in
inject’.rvm/gems/ree-1.8.7-2010.01/gems/preferences-0.4.2/lib/preferences.rb:320:in `preferences’
@@@
when starting the web server.
original LH ticket
This ticket has 0 attachment(s).
The text was updated successfully, but these errors were encountered: