Skip to content
New issue

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

add info about v0.1.5 require Rails 3 #28

Closed
ruckus-matte opened this issue Feb 27, 2012 · 2 comments
Closed

add info about v0.1.5 require Rails 3 #28

ruckus-matte opened this issue Feb 27, 2012 · 2 comments

Comments

@ruckus-matte
Copy link

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

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)

@swanandp
Copy link
Contributor

Aye, the 0.1.5 push happened just this weekend. I'll update the README, thanks for reporting!

@swanandp
Copy link
Contributor

Updated the README, I think we are good here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant