aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/constantize_test_cases.rb
Commit message (Expand)AuthorAgeFilesLines
* 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