Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make ParamsWrapper calling newly introduced `Model.attribute_names` instead o... | Prem Sichanugrist | 2011-05-15 | 1 | -10/+8 |
* | Do not try to call `column_names` on the abstract class. | Prem Sichanugrist | 2011-05-15 | 1 | -1/+14 |
* | Get around weird missing constant error caused by AS instead of simply raisin... | José Valim | 2011-05-11 | 1 | -21/+24 |
* | Fix typos in test method names | Vijay Dev | 2011-05-03 | 1 | -3/+3 |
* | Fix broken params_wrapper_test on 1.8.7 :bomb: | Prem Sichanugrist | 2011-05-03 | 1 | -36/+80 |
* | Move most processing to load time for performance and improve test suite. | José Valim | 2011-05-03 | 1 | -12/+27 |
* | Add `ActionController::ParamsWrapper` to wrap parameters into a nested hash | Prem Sichanugrist | 2011-05-03 | 1 | -0/+187 |