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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "only mutate the scope object in the `bind` method"
Aaron Patterson
2012-02-27
1
-1
/
+1
*
only mutate the scope object in the `bind` method
Aaron Patterson
2012-02-27
1
-1
/
+1
*
bind value creation refactoring
Aaron Patterson
2012-02-27
1
-4
/
+10
*
removing dead code
Aaron Patterson
2012-02-27
1
-3
/
+2
*
use bind values for join columns
Aaron Patterson
2012-02-27
1
-1
/
+16
*
fix associations when using per class databases
Lars Kanis
2012-02-10
3
-8
/
+5
*
Merge pull request #4543 from jdelStrother/find_or_init
Jon Leighton
2012-02-01
1
-2
/
+1
|
\
|
*
Don't instantiate two objects in collection proxy / find_or_instantiator_by
Jonathan del Strother
2012-01-19
1
-2
/
+1
*
|
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
|
/
/
*
|
Merge pull request #4783 from gregolsen/ids_reader_fix
Jon Leighton
2012-01-31
1
-1
/
+1
|
\
\
|
*
|
ids_reader method fixed, test added to has_many association
gregolsen
2012-01-31
1
-1
/
+1
|
|
/
*
|
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
2
-2
/
+2
*
Avoid sanitize_sql when we can use Relation#where instead
Jon Leighton
2012-01-16
4
-22
/
+16
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
4
-4
/
+2
*
Remove Array.wrap calls in ActiveRecord
Rafael Mendonça França
2012-01-06
4
-7
/
+5
*
Use 1.9 way
Santiago Pastorino
2012-01-05
1
-6
/
+1
*
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
4
-2
/
+4
*
added failing tests for has_many, has_one and belongs_to associations with st...
Jakub Kuźma
2011-12-21
1
-6
/
+1
*
bypass preloading for ids_reader
Sergey Nartimov
2011-12-18
1
-2
/
+10
*
Allow nested attributes in associations to update values in it's owner object...
Andrew Kaspick
2011-12-14
1
-0
/
+2
*
Fix #3672 again (dependent: delete_all perf)
Jon Leighton
2011-12-14
6
-9
/
+26
*
Fix #3890. (Calling proxy_association in scope chain.)
Jon Leighton
2011-12-08
1
-2
/
+8
*
reintroduce patch from #726 to handle nested eager loading via associations
Jay Levitt
2011-11-30
1
-1
/
+1
*
ActiveRecord::Relation#pluck method
Bogdan Gusiev
2011-11-30
1
-1
/
+1
*
Merge pull request #3636 from joshsusser/master
Jon Leighton
2011-11-29
6
-21
/
+22
|
\
|
*
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
*
|
load has_many associations keyed off a custom primary key if that key is pres...
Brian Samson
2011-11-25
2
-1
/
+5
*
|
Perf fix
Jon Leighton
2011-11-19
1
-2
/
+6
|
/
*
Use uniq instead of manually putting a DISTINCT in the query
Jon Leighton
2011-11-05
1
-14
/
+2
*
Merge pull request #3507 from jmazzi/issue-3503
Jeremy Kemper
2011-11-03
1
-2
/
+6
*
Memoize through association
Jon Leighton
2011-11-03
1
-8
/
+11
*
Remove all revelant through records.
Jon Leighton
2011-11-03
1
-9
/
+9
*
Fix adding multiple instances of the same record to a has_many :through.
Jon Leighton
2011-11-03
1
-21
/
+43
*
Fix #3247.
Jon Leighton
2011-11-03
1
-1
/
+1
*
Merge pull request #3030 from htanata/fix_habtm_select_query_method
Jon Leighton
2011-09-26
1
-4
/
+0
*
Fix belongs_to polymorphic with custom primary key on target.
Jon Leighton
2011-09-26
2
-2
/
+11
*
CollectionProxy#replace should change the DB records rather than just mutatin...
Jon Leighton
2011-09-26
1
-1
/
+1
*
Don't include any of includes, preload, joins, eager_load in the through asso...
Jon Leighton
2011-09-07
1
-1
/
+1
*
Nested through associations: preloads from the default scope of a through mod...
Jon Leighton
2011-09-06
1
-1
/
+1
[next]