aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/class_cache_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rely solely on active_model_serializer and remove the fancy constant lookup.José Valim2011-11-231-0/+5
|
* Add safe_constantize to ActiveSupport::Dependencies.José Valim2011-11-231-15/+23
|
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-43/+0
|
* Rename duplicate tests. There is now one failing test that was failing ↵Mike Gehard2011-05-071-1/+1
| | | | before the rename but was never getting run.
* adding deprecation noticies to deprecated class cache methodsAaron Patterson2011-03-021-3/+24
|
* adding backwards compat for class cache references. <3<3Aaron Patterson2011-03-021-4/+10
|
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so ↵Aaron Patterson2011-03-011-0/+81
that anonymous classes are supported