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
*
Merge pull request #4835 from pacoguzman/refactor_define_restrict_dependency_...
Carlos Antonio da Silva
2012-05-19
1
-3
/
+3
|
\
|
*
Refactor define_restrict_dependency_method using reflection
Paco Guzman
2012-02-01
1
-3
/
+3
*
|
no longer need #delete_all_on_destroy
Jon Leighton
2012-05-18
2
-2
/
+2
|
/
*
Use human attribute name to show the dependent destroy message
Rafael Mendonça França
2012-02-01
1
-1
/
+2
*
fix has_one, has_many restrict error message
Manoj
2012-02-01
1
-1
/
+2
*
Merge pull request #4799 from arunagw/warning_fixed_for_indentations
Aaron Patterson
2012-01-31
1
-1
/
+1
|
\
|
*
warning removed: mismatched indentations
Arun Agrawal
2012-01-31
1
-1
/
+1
*
|
Put spaces between the words at deprecation warning
Rafael Mendonça França
2012-01-31
1
-3
/
+3
|
/
*
suggested fixes for :dependent => :restrict deprecation.
Manoj
2012-01-31
1
-1
/
+1
*
Same method for has_many and has_one associations
Paco Guzman
2012-01-31
3
-30
/
+17
*
Easy dependent_restrict error message
Paco Guzman
2012-01-31
2
-4
/
+2
*
has_many/has_one, :dependent => :restrict, deprecation added.
Manoj
2012-01-29
3
-3
/
+35
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-1
/
+1
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-1
/
+1
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
1
-2
/
+2
*
Removed metaclass from the has_many dependency destroy method. Fixes #2954
Dmitry Polushkin
2011-12-31
2
-8
/
+5
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-1
/
+1
*
Fix #3672 again (dependent: delete_all perf)
Jon Leighton
2011-12-14
2
-2
/
+8
*
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