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

Support rails 5 - alias_method_chain #437

Open
bublik opened this issue Feb 17, 2016 · 1 comment
Open

Support rails 5 - alias_method_chain #437

bublik opened this issue Feb 17, 2016 · 1 comment

Comments

@bublik
Copy link

bublik commented Feb 17, 2016

DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from included at /Users/ruslanvoloshin/.rvm/gems/ruby-2.2.2/bundler/gems/apipie-rails-9ec60c5b71b9/lib/apipie/extractor/recorder.rb:149)

lib/apipie/extractor/recorder.rb

147 module FunctionalTestRecording
148 def self.included(base)
149 base.alias_method_chain :process, :api_recording
150 end
151

@bublik
Copy link
Author

bublik commented Feb 17, 2016

DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Use before_action instead. (called from block (2 levels) in class:Railtie at /Users/ruslanvoloshin/.rvm/gems/ruby-2.2.2/bundler/gems/apipie-rails-9ec60c5b71b9/lib/apipie/extractor.rb:12)

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 a pull request may close this issue.

1 participant