Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rely solely on active_model_serializer and remove the fancy constant lookup. | José Valim | 2011-11-23 | 1 | -0/+5 |
| | |||||
* | Add safe_constantize to ActiveSupport::Dependencies. | José Valim | 2011-11-23 | 1 | -15/+23 |
| | |||||
* | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 1 | -43/+0 |
| | |||||
* | Rename duplicate tests. There is now one failing test that was failing ↵ | Mike Gehard | 2011-05-07 | 1 | -1/+1 |
| | | | | before the rename but was never getting run. | ||||
* | adding deprecation noticies to deprecated class cache methods | Aaron Patterson | 2011-03-02 | 1 | -3/+24 |
| | |||||
* | adding backwards compat for class cache references. <3<3 | Aaron Patterson | 2011-03-02 | 1 | -4/+10 |
| | |||||
* | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so ↵ | Aaron Patterson | 2011-03-01 | 1 | -0/+81 |
that anonymous classes are supported |