activerecord-hackery--ransack/spec/ransack
Jon Atack c9aab552da Silence dynamic route deprecation messages in Ransack specs
Using dynamic :controller or :action segments in routes has been a
source of a number of security issues in production and is deprecated
in Rails 5.0 since this [pull request] and is planned to be removed in
Rails 5.1.

Ransack is still maintaining compatibility with legacy Rails 3 and 4
versions, so this commit silences the deprecation messages for now
while running the test suite.

[pull request]: https://github.com/rails/rails/pull/23980
2016-03-14 16:14:35 +01:00
..
adapters/active_record Query for negative associations as subquery 2016-02-16 12:01:12 -08:00
helpers Silence dynamic route deprecation messages in Ransack specs 2016-03-14 16:14:35 +01:00
nodes Tell if a condition is negative 2016-02-16 01:07:54 -08:00
configuration_spec.rb allowing ':wants_array' to be passed as 'false' in predicate options 2015-03-24 09:01:37 +00:00
dependencies_spec.rb Comment out this test for now. TODO: examine this. 2015-07-26 23:49:42 +02:00
predicate_spec.rb Escape underscore wildcard for pg and mysql. 2015-09-08 16:03:15 +03:00
search_spec.rb Continuing on with / follow-up to previous commit 2015-09-25 16:26:47 +02:00
translate_spec.rb Use Model#ransack instead of Model#search in tests 2014-12-04 23:51:59 +01:00