Skip to content

Support controller callbacks for Rails 3..5 #456

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

Merged
merged 2 commits into from
Jan 29, 2016
Merged

Support controller callbacks for Rails 3..5 #456

merged 2 commits into from
Jan 29, 2016

Conversation

danott
Copy link
Contributor

@danott danott commented Jan 26, 2016

before_filter is deprecated in Rails 5 and will disappear in 5.1

This change begins using before_action, with a fallback to before_filter if before_action is not available.

closes #404

`before_filter` is deprecated in Rails 5 and will disappear in 5.1

This change begins using `before_action`, with a fallback to
`before_filter` if `before_action` is not available.

closes #404
@rmosolgo
Copy link
Member

💰 🎆 Thanks!

rmosolgo pushed a commit that referenced this pull request Jan 29, 2016
Support controller callbacks for Rails 3..5
@rmosolgo rmosolgo merged commit e980a8a into reactjs:master Jan 29, 2016
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.

Depreciation warnings with Rails 5
3 participants