You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ree-1.8.7-2010.02 > Menu.where(:live => true).value_of :id
NoMethodError: undefined method `except' for #<Class:0x1063fe718>
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/activerecord-3.0.0/lib/active_record/base.rb:1016:in `method_missing'
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/valium-0.2.0/lib/valium.rb:64:in `valium_select_one'
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/valium-0.2.0/lib/valium.rb:40:in `[]'
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/valium-0.2.0/lib/valium.rb:90:in `value_of'
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/activerecord-3.0.0/lib/active_record/relation.rb:120:in `scoping'
from /Users/chrismcc/.rvm/gems/ree-1.8.7-2010.02@xxx/gems/valium-0.2.0/lib/valium.rb:90:in `value_of'
from (irb):1
... any ideas? Happens with Menu.where(:live => true)[:id] as well. Could be related to my rails version? 3.0.0.
The text was updated successfully, but these errors were encountered:
Yup, it was. I'm updating the dependencies -- you'll need 3.0.2 or later to work with Valium 0.2.1. I'll yank the old ones to prevent anyone else having this nasty surprise. Thanks!
... any ideas? Happens with Menu.where(:live => true)[:id] as well. Could be related to my rails version? 3.0.0.
The text was updated successfully, but these errors were encountered: