index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
/
builder
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid warnings
Josh Susser
2011-11-27
6
-15
/
+15
*
use GeneratedFeatureMethods module for associations
Josh Susser
2011-11-27
2
-7
/
+13
*
association methods are now generated in modules
Josh Susser
2011-11-15
7
-30
/
+25
*
Destroy association habtm record before destroying the record itself. Fixes i...
Tomas D'Stefano
2011-07-08
1
-12
/
+10
*
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