aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/array_inquirer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* It would be safer not to totally undef core classes' respond_to_missing?Akira Matsuda2017-01-151-1/+6
* This test wasn't actually an effective regression testAkira Matsuda2017-01-151-4/+5
* AS::ArrayInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-0/+14
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-5/+5
* ArrayInquirer to correctly find symbols or stringsLeigh Halliday2015-08-281-2/+7
* Require the extensions to tests pass in isolationRafael Mendonça França2015-03-301-0/+1
* Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-301-0/+7
* Remove Array#inquiryRafael Mendonça França2015-03-271-7/+0
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+35