Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes the restriction on primary key when joining in a habtm && test that i... | Mohammad El-Abid | 2011-05-26 | 1 | -4/+0 |
* | removed deprecated methods, and related tests, from ActiveRecord | Josh Kalderimis | 2011-05-25 | 1 | -13/+0 |
* | Add block setting of attributes to singular associations | Andrew White | 2011-05-17 | 1 | -6/+6 |
* | Bring back obj.association_loaded? as a deprecated method. Fixes #472. | Jon Leighton | 2011-05-11 | 1 | -0/+13 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 3 | -3/+3 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 3 | -3/+3 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 3 | -3/+9 |
* | Make clearing of HABTM join table contents happen in an after_destory callback. | Murray Steele | 2011-03-23 | 1 | -12/+12 |
* | Use proper objects to do the work to build the associations (adding methods, ... | Jon Leighton | 2011-02-21 | 7 | -0/+430 |