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

Deprecation warnings from Rails 4 #76

Open
evizitei opened this issue Nov 26, 2013 · 0 comments
Open

Deprecation warnings from Rails 4 #76

evizitei opened this issue Nov 26, 2013 · 0 comments

Comments

@evizitei
Copy link
Contributor

DEPRECATION WARNING: Relation#update_all with conditions is deprecated. Please use Item.where(color: 'red').update_all(...) rather than Item.update_all(..., color: 'red'). (called from do_after_save at /Users/ethanvizitei/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/tandem-ff9b8cb58e13/app/models/tandem/page.rb:38)

DEPRECATION WARNING: This dynamic method is deprecated. Please use e.g. Post.find_or_create_by(name: 'foo') instead. (called from block in tandem_content_tag at /Users/ethanvizitei/.rbenv/versions/1.9.3-p194/lib/ruby/gems/1.9.1/bundler/gems/tandem-ff9b8cb58e13/app/helpers/tandem/pages_helper.rb:90)

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