aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/constantize_test_cases.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵José Valim2011-09-231-0/+6
| | | | being currently loaded.
* Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ↵Ryan Oblak2011-09-231-0/+31
refactored common constantize tests into ConstantizeTestCases