Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 1 | -4/+11 |
* | Add a bunch of Relation -> Array delegate methods to the whitelist. This won'... | Jeremy Kemper | 2013-12-12 | 1 | -28/+14 |
* | Use `public_send` instead of just use `send`. | Lauro Caetano | 2013-12-12 | 1 | -4/+4 |
* | Use a whitelist to delegate methods to array | Lauro Caetano | 2013-12-12 | 1 | -57/+32 |
* | `delgated` => `delegated` | Akshay Vishnoi | 2013-11-25 | 1 | -4/+4 |
* | Avoid sorting an Array including objects from different Classes | Akira Matsuda | 2013-11-11 | 1 | -1/+1 |
* | Load test fixtures where data are needed | Akira Matsuda | 2013-11-11 | 1 | -0/+2 |
* | A tiny grammatical fix | Akira Matsuda | 2013-11-11 | 1 | -1/+1 |
* | Allow methods arity below -1 in assert_responds. | Federico Ravasio | 2013-10-08 | 1 | -3/+4 |
* | Deprecate the delegation of Array bang methods in ActiveRecord::Delegation | Ben Woosley | 2013-09-04 | 1 | -0/+97 |