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

Prevent Rails 4.0 deprecation warning for scoped #486

Merged
merged 6 commits into from Mar 3, 2013
Merged

Prevent Rails 4.0 deprecation warning for scoped #486

merged 6 commits into from Mar 3, 2013

Conversation

haines
Copy link
Contributor

@haines haines commented Mar 3, 2013

Added some integration specs around Decoratable.decorate to make sure that this works properly.

Closes #484.

@@ -1,7 +1,10 @@
language: ruby

before_install:
- gem install bundler --pre
- gem install bundler
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

steveklabnik added a commit that referenced this pull request Mar 3, 2013
Prevent Rails 4.0 deprecation warning for `scoped`
@steveklabnik steveklabnik merged commit 2d5756b into drapergem:master Mar 3, 2013
@steveklabnik
Copy link
Member

Awesome.

@haines haines deleted the scoped_deprecation branch March 3, 2013 14:04
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

Successfully merging this pull request may close these issues.

Deprecation warning when running in Rails master
2 participants