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
*
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
*
|
|
Properly named variable inside block
Anupam Choudhury
2013-03-20
1
-2
/
+2
*
|
|
Calling find() on an association with an inverse will now check to see
wangjohn
2013-03-19
1
-2
/
+3
*
|
|
1. Change from each to each_value since we did not use key
Vipul A M
2013-03-19
1
-1
/
+1
*
|
|
If a counter_cache is defined, then using update_attributes and changing
John Wang
2013-03-15
1
-0
/
+20
*
|
|
Cache the association proxy object
Jon Leighton
2013-03-15
1
-1
/
+1
*
|
|
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-2
/
+3
*
|
|
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
3
-9
/
+11
*
|
|
hide more data in the schema cache
Aaron Patterson
2013-03-14
1
-1
/
+1
|
|
/
|
/
|
*
|
dependent: :destroy should call destroy_all
Neeraj Singh
2013-03-11
1
-2
/
+3
*
|
Show warning message if delete_all is firing callbacks
Neeraj Singh
2013-03-11
1
-0
/
+9
*
|
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-3
/
+3
|
/
*
deal with `#append` and `#prepend` on association collections.
Yves Senn
2013-03-01
1
-0
/
+5
*
don't use non-ascii ' chars in documentation
Yves Senn
2013-03-01
1
-4
/
+4
*
Fix touching an invalid parent record for belongs_to
Olek Janiszewski
2013-02-26
1
-1
/
+1
[next]