Commit Graph

3 Commits

Author SHA1 Message Date
Pedro Paiva fc08a73b4c
Remove unnecessary conditions for rails 5.0 (#1426)
* Remove rails_lt_5? method

* Remove rails_5_x? method

* Remove conditionals for rails version equal to or greater than 5

* Remove action_pack_gte_5? method of RailsShim module

* Remove action_pack_lt_5? methods

* Remove active_record_gte_5? method

* Remove make_controller_request method

* Remove tables_and_views method

* Remove validation_message_key_for_association_required_option method
2021-03-23 14:06:23 -03:00
Elliot Winkler 6ea9afc106 Drop legacy callback matchers under Rails 5
Rails 5 dropped the legacy controller callbacks `before_filter`,
`after_filter` and `around_filter`, so the matchers for these callbacks
are useless.
2017-09-26 17:17:18 -05:00
Murtaza Gulamali ce9624b3c5 Scope request parameters according to Rails version 2017-09-17 17:46:06 -05:00