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

update_without_callbacks is defunkt #67

Closed
dmathieu opened this issue May 19, 2010 · 2 comments
Closed

update_without_callbacks is defunkt #67

dmathieu opened this issue May 19, 2010 · 2 comments

Comments

@dmathieu
Copy link

On rails edge, the update_without_callbacks method doesn't exists anymore.
It should be replaced by save(:callbacks => false)

I've done it on my fork : http://github.com/dmathieu/friendly_id/commit/4beb197b06852de2718b67dc4a641b52d10e50d4

@norman
Copy link
Owner

norman commented May 19, 2010

Check for update_without_callbacks; compat w/AR 3.

Closed by bcceb74.

@norman
Copy link
Owner

norman commented May 19, 2010

Thanks a lot for this. I changed the implementation a bit because I need to preserve backwards compatibility with 2.3 and 2.2.

Empact pushed a commit to Empact/friendly_id that referenced this issue Jan 21, 2012
This issue was closed.
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

2 participants