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
*
push binds through relation objects
Aaron Patterson
2013-05-20
3
-1
/
+7
*
stop doing assingments in an iterator
Aaron Patterson
2013-05-17
1
-2
/
+6
*
Extract JoinDependency#join_relation to DRY the repeated application of the #...
Ben Woosley
2013-05-10
1
-0
/
+7
*
Move #proxy_association method to AssociationRelation
Jon Leighton
2013-05-10
1
-3
/
+1
*
Set the inverse when association queries are refined
Jon Leighton
2013-05-10
1
-1
/
+5
*
Created a method to automatically find inverse associations and cache
wangjohn
2013-05-07
2
-2
/
+2
*
Merge pull request #10489 from greenriver/ar_counter_cache_multiple_destroy
Rafael Mendonça França
2013-05-06
1
-1
/
+3
|
\
|
*
Confirm a record has not already been destroyed before decrementing
Ben Tucker
2013-05-06
1
-1
/
+3
*
|
Do not overwrite manually built records during one-to-one nested attribute as...
Olek Janiszewski
2013-05-03
1
-4
/
+8
|
/
*
Fix #8856 Ensure has_one association=(associate) triggers save.
Chris Thompson
2013-04-30
1
-3
/
+2
*
Lookup the class at runtime, not when the association is built
Andrew White
2013-04-24
1
-2
/
+2
*
Revert "Revert "`belongs_to :touch` behavior now touches old association when...
Andrew White
2013-04-24
1
-1
/
+12
*
Revert "`belongs_to :touch` behavior now touches old association when transit...
David Heinemeier Hansson
2013-04-23
1
-12
/
+1
*
Update counter cache when pushing into association
Matthew Robertson
2013-04-21
1
-3
/
+4
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-04-11
3
-4
/
+4
|
\
|
*
JoinPart is no longer an abstract class
Neeraj Singh
2013-04-08
1
-1
/
+1
|
*
minor copy editing
Neeraj Singh
2013-03-30
2
-3
/
+3
*
|
rdoc for some of the methods in JoinDependency
Neeraj Singh
2013-04-10
2
-0
/
+36
*
|
remove_duplicate_results! should be protected
Neeraj Singh
2013-04-10
1
-2
/
+2
*
|
While merging relations preserve context for joins
Jared Armstrong and Neeraj Singh
2013-04-10
1
-1
/
+6
*
|
changed variable name active_record => base_klass
Neeraj Singh
2013-04-09
4
-12
/
+12
*
|
Avoid iterating over records hash when not necessary
Carlos Antonio da Silva
2013-04-07
1
-2
/
+6
*
|
each to each_value; remove unused vars
Vipul A M
2013-04-07
1
-1
/
+1
*
|
Merge pull request #9996 from mikz/master
Jon Leighton
2013-04-05
1
-0
/
+1
|
\
\
|
*
|
fix inverse_of association in block of new child
Michal Cichra
2013-04-01
1
-0
/
+1
*
|
|
Merge pull request #10058 from jamesgolick/master
Jon Leighton
2013-04-05
1
-4
/
+2
|
\
\
\
|
*
|
|
Refactor CollectionProxy#scope to avoid calling #extend.
James Golick
2013-04-02
1
-4
/
+2
*
|
|
|
Avoid an attempt to fetch old record when id was not present in touch callback
Carlos Antonio da Silva
2013-04-04
1
-7
/
+7
*
|
|
|
Use the correct pk field from the reflected class to find the old record
Carlos Antonio da Silva
2013-04-04
1
-1
/
+2
*
|
|
|
Use inspect when writing the foreign key from the reflection
Andrew White
2013-04-05
1
-2
/
+2
*
|
|
|
use | to have more intent revealing code
Neeraj Singh
2013-04-04
1
-1
/
+1
*
|
|
|
Merge pull request #10087 from neerajdotname/10016
Carlos Antonio da Silva
2013-04-04
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
has_many through obeys order on through association
Neeraj Singh
2013-04-04
1
-0
/
+1
*
|
|
|
|
Merge pull request #10088 from neerajdotname/fixes1
Rafael Mendonça França
2013-04-04
2
-5
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
show name of the klass that has missing association
Neeraj Singh
2013-04-02
1
-1
/
+1
|
*
|
|
|
not a relation. it's an arel select manager
Neeraj Singh
2013-04-02
1
-4
/
+4
|
|
/
/
/
*
|
|
|
Merge pull request #9141 from adamgamble/issue-9091
David Heinemeier Hansson
2013-04-03
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
Modifies belong_to touch callback to touch old associations also #9091
Adam Gamble
2013-03-14
1
-0
/
+10
*
|
|
|
|
Merge pull request #10049 from vipulnsward/optimize_around_merge_v1
Rafael Mendonça França
2013-04-03
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
optimize some code around merge
Vipul A M
2013-04-03
1
-1
/
+1
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Move alias method near to the aliased one in collection proxy
Carlos Antonio da Silva
2013-04-03
1
-2
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
no need to invoke to_s before applying intern
Neeraj Singh
2013-04-02
1
-1
/
+1
*
|
|
|
Updated the error message for +find+ on an inverse_of association
wangjohn
2013-04-01
1
-1
/
+1
*
|
|
|
Throwing a RecordNotFound exception when a record is scanned using the
wangjohn
2013-04-01
1
-1
/
+13
|
/
/
/
*
|
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-03-30
1
-1
/
+2
|
\
\
\
|
*
|
|
explain method invertible_for [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+2
*
|
|
|
Do not use deprecate method [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
*
|
|
|
fix broken sentence [ci skip]
Neeraj Singh
2013-03-29
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Adding a bang to method name of raise_on_type_mismatch.
wangjohn
2013-03-21
6
-8
/
+8
*
|
|
Update other counter caches on destroy
Ian Young
2013-03-20
2
-2
/
+2
[next]