solidusio-contrib / solidus_active_shipping

:package: Solidus integration for Shopify's active_shipping gem.
8 stars 22 forks source link

Fix Rails 5 deprecation warnings #33

Closed fredericboivin closed 7 years ago

fredericboivin commented 8 years ago

1) Edit verb related syntax from the controller tests to match the format expected by Rails 5

2) Replace before_filter by before_action

forkata commented 8 years ago

We can't merge this in master unless we are ready to drop support for Rails 4.2. We can start a new Rails 5 branch if we wanted and merge this there.