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
I tried upgrading to 0.1.5 in my 2.3 app and received a NoMethodError 'unscoped' error.
NoMethodError 'unscoped'
unscoped was introduced in Rails 3.
unscoped
v0.1.4 list.rb line 213
acts_as_list_class.find(:first, :conditions => conditions, :order => "#{position_column} DESC")
v0.1.5 list.rb line 225
acts_as_list_class.unscoped.find(:first, :conditions => conditions, :order => "#{position_column} DESC")
It should probably be noted in the README that 0.1.5 require Rails 3 and up.
(e)
The text was updated successfully, but these errors were encountered:
Aye, the 0.1.5 push happened just this weekend. I'll update the README, thanks for reporting!
Sorry, something went wrong.
Updated the README, I think we are good here.
No branches or pull requests
I tried upgrading to 0.1.5 in my 2.3 app and received a
NoMethodError 'unscoped'
error.unscoped
was introduced in Rails 3.v0.1.4 list.rb line 213
v0.1.5 list.rb line 225
It should probably be noted in the README that 0.1.5 require Rails 3 and up.
(e)
The text was updated successfully, but these errors were encountered: