We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rails 5 (now in Beta 2, scheduled for final release by end of the month) throws a deprecation warning on the use of "before_filter":
DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead.
It looks like mobile-fu causes warnings to display in apps that include it.
The text was updated successfully, but these errors were encountered:
Rails 5 is now released and as mentioned this issue will be problematic in Rails 5.1
Sorry, something went wrong.
No branches or pull requests
Rails 5 (now in Beta 2, scheduled for final release by end of the month) throws a deprecation warning on the use of "before_filter":
DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead.
It looks like mobile-fu causes warnings to display in apps that include it.
The text was updated successfully, but these errors were encountered: