Skip to content
This repository has been archived by the owner on Jul 28, 2018. It is now read-only.

Rails 5 deprecations #665

Open
connorshea opened this issue Mar 3, 2016 · 0 comments
Open

Rails 5 deprecations #665

connorshea opened this issue Mar 3, 2016 · 0 comments

Comments

@connorshea
Copy link

DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from block (3 levels) in <class:Engine> at /Users/connor/.rvm/gems/ruby-2.3.0/gems/turbolinks-2.5.3/lib/turbolinks.rb:14)
DEPRECATION WARNING: after_filter is deprecated and will be removed in Rails 5.1. Use after_action instead. (called from block (3 levels) in <class:Engine> at /Users/connor/.rvm/gems/ruby-2.3.0/gems/turbolinks-2.5.3/lib/turbolinks.rb:15)

before_filter and after_filter should be updated for turbolinks-classic compatibility with Rails 5 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant