master branch of ActiveScaffold doesn't use before_filter anymore, line 47 of core.rb is including an action module, I guess export action from active_scaffold_export, which still uses before_filter.
You should open issue in https://github.com/naaano/active_scaffold_export asking for replacing before_filter with before_action El miércoles, 15 de marzo de 2017 11:45:47 (CET) Chee Chong Hwa escribió: > Hi Sergio > > I am using Rails 5.01 and just upgraded to 5.02 > > Do you need to update Active_Scaffold and Active_Scaffold_Export to remove > the DEPREATION warnings? > > Started GET "/tasks" for ::1 at 2017-03-15 18:38:25 +0800 > > DEPRECATION WARNING: before_filter is deprecated and will be removed in > Rails 5. > 1. Use before_action instead. (called from include at > C:/RailsInstaller/Ruby2.2. > 0/lib/ruby/gems/2.2.0/bundler/gems/*active_scaffold* > -d5b305a1d797/lib/active_scaff > old/core.rb:47) > > DEPRECATION WARNING: before_filter is deprecated and will be removed in > Rails 5. > 1. Use before_action instead. (called from included at > C:/RailsInstaller/Ruby2.2 > .0/lib/ruby/gems/2.2.0/bundler/gems/*active_scaffold_export* > -f143753f7979/lib/acti > ve_scaffold/actions/export.rb:4) > > DEPRECATION WARNING: before_filter is deprecated and will be removed in > Rails 5. > 1. Use before_action instead. (called from included at > C:/RailsInstaller/Ruby2.2 > .0/lib/ruby/gems/2.2.0/bundler/gems/*active_scaffold_export* > -f143753f7979/lib/acti > ve_scaffold/actions/export.rb:5) > > Cheers :-) -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/activescaffold. For more options, visit https://groups.google.com/d/optout.
