aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/hash/compact.rb
Commit message (Expand)AuthorAgeFilesLines
* Follow up #34754bogdanvlviv2018-12-201-1/+1
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-26/+2
* [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
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Use Hash#compact and Hash#compact! from Ruby 2.4Prathamesh Sonpatki2016-10-231-18/+22
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Improve Hash#compact! documentation and testsIgor Pstyga2016-06-031-5/+8
* Normalize whitespace for Hash#compact documentation [ci skip]Mark Lee2016-05-241-6/+6
* added example of hash#except, and removed extra whitespaces [ci skip]Rishi Jain2014-11-071-3/+3
* Adding Hash#compact and Hash#compact! methodstinogomes2014-01-091-0/+20