Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Rails 3.1 no longer allows instance.save(false) #481

Closed
tekin opened this issue May 25, 2011 · 1 comment
Closed

Rails 3.1 no longer allows instance.save(false) #481

tekin opened this issue May 25, 2011 · 1 comment
Assignees
Labels
Milestone

Comments

@tekin
Copy link

tekin commented May 25, 2011

The paperclip:refresh:metadata rake task fails with Rails 3.1 as ActiveRecord no longer supports instance.save(false) - you must now use instance.save(:validate => false) instead.

https://github.com/thoughtbot/paperclip/blob/master/lib/tasks/paperclip.rake#L47

@sikachu
Copy link
Contributor

sikachu commented May 25, 2011

Alright, I'll have a look. Thank you for reporting in.

@ghost ghost assigned sikachu May 25, 2011
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants