aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/constantize_test_cases.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-091-0/+10
* [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
* Fix constantize edge case involving prepend, autoloading and name conflictsJean Boussier2016-12-141-0/+5
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-5/+5
* Merge pull request #21250 from ronakjangir47/safe_constYves Senn2015-09-071-0/+4
|\
| * safe_constantize - Added Object scoped missing test casesRonak Jangir2015-09-061-0/+2
|/
* Use `safe_constantize`.Guo Xiang Tan2014-09-021-0/+30
* Add Missing Test Cases for the constantizeAditya Kapoor2014-06-071-0/+11
* Fix #10932. Treat "" and "::" as invalid on constantizeNikolay Shebanov2013-06-141-4/+4
* cleaning up constantize testsAaron Patterson2012-11-071-44/+44
* Handle case where ancestor is not the end of the chainAndrew White2012-05-191-0/+2
* Fix constantize so top level constants are looked up properly.Marc-Andre Lafortune2012-05-191-0/+18
* Make constantize look down the ancestor chain (excluding Object)Marc-Andre Lafortune2012-05-191-0/+17
* safe_constantize should handle wrong constant name NameErrors Fixes #4710Alex Tambellini2012-01-261-2/+3
* Ensure that constantize just rescues NameError that applies to the constant b...José Valim2011-09-231-0/+6
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ...Ryan Oblak2011-09-231-0/+31