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 pull request #12918 from versioncontrol/rails-12866
Rafael Mendonça França
2013-11-16
1
-1
/
+6
|
\
|
*
Checks to see if the record contains the foreign_key to set the inverse autom...
Edo Balvers
2013-11-16
1
-1
/
+6
*
|
Prevent the counter cache from being decremented twice
dm1try
2013-11-11
1
-1
/
+1
*
|
Fixes problem with replacing has_one association record with itself
Denis Redozubov
2013-11-11
1
-2
/
+4
|
/
*
Merge pull request #12390 from kennyj/rename_to_association_methods
Rafael Mendonça França
2013-11-05
2
-2
/
+2
|
\
|
*
Renamed generated_feature_methods to generated_association_methods.
kennyj
2013-09-28
2
-2
/
+2
*
|
Fix wrong behavior where associations with dependent: :destroy options
Rafael Mendonça França
2013-11-01
1
-4
/
+2
*
|
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-2
/
+6
*
|
Fix typo: `has_many :pets`, not `pets :has_many`.
Peter Jaros
2013-10-24
1
-1
/
+1
*
|
move helper class to the top
Aaron Patterson
2013-10-21
1
-42
/
+42
*
|
build the association graph functionally
Aaron Patterson
2013-10-21
3
-20
/
+13
*
|
@base_klass is not used
Aaron Patterson
2013-10-21
1
-1
/
+0
*
|
join_type isn't used on the node anymore
Aaron Patterson
2013-10-21
2
-11
/
+7
*
|
make joins generation method look similar
Aaron Patterson
2013-10-21
1
-6
/
+9
*
|
remove node duping code
Aaron Patterson
2013-10-21
1
-57
/
+19
*
|
refactor outer join generation
Aaron Patterson
2013-10-21
1
-11
/
+6
*
|
add outer joins for matching nodes
Aaron Patterson
2013-10-21
1
-2
/
+14
*
|
construct joins by walking the outer join tree
Aaron Patterson
2013-10-21
1
-5
/
+34
*
|
pass the outer joins to join_constraints
Aaron Patterson
2013-10-20
1
-1
/
+2
*
|
disconnect join_constraints from the instance
Aaron Patterson
2013-10-20
2
-3
/
+3
*
|
pass in scope chain so reflection is not needed
Aaron Patterson
2013-10-20
2
-3
/
+3
*
|
pass the foreign table and class to the join_constraints method
Aaron Patterson
2013-10-20
2
-5
/
+4
*
|
pass the join type to the join_constraints method
Aaron Patterson
2013-10-20
2
-2
/
+3
*
|
use the node as cache so we can avoid accessing the table
Aaron Patterson
2013-10-15
1
-13
/
+13
*
|
apply tables to the whole tree from the outside
Aaron Patterson
2013-10-15
1
-14
/
+8
*
|
apply table aliases after the AST has been built
Aaron Patterson
2013-10-15
1
-1
/
+13
*
|
stop reversing tables until we absolutely must
Aaron Patterson
2013-10-15
2
-3
/
+3
*
|
pass the chain the join_constraints
Aaron Patterson
2013-10-15
2
-3
/
+4
*
|
Merge branch 'master' into joindep
Aaron Patterson
2013-10-15
2
-2
/
+2
|
\
\
|
*
|
use the cached arel table
Aaron Patterson
2013-10-15
2
-2
/
+2
*
|
|
Merge branch 'master' into joindep
Aaron Patterson
2013-10-15
5
-21
/
+24
|
\
|
|
|
*
|
read the association instead of sending
Aaron Patterson
2013-10-14
1
-1
/
+3
|
*
|
simplify populating the ordering hash
Aaron Patterson
2013-10-14
1
-10
/
+5
|
*
|
the preloader for the RHS has all the preloaded records, so ask it
Aaron Patterson
2013-10-14
1
-3
/
+3
|
*
|
only calculate offset index once. #12537
Aaron Patterson
2013-10-14
1
-6
/
+10
|
*
|
add inversed accessor to association class
Dmitry Polushkin
2013-10-13
1
-2
/
+3
|
*
|
inversed instance should not be reloaded after stale state was changed
Dmitry Polushkin
2013-10-13
1
-2
/
+5
|
*
|
Merge pull request #12518 from vipulnsward/remove_count_options
Rafael Mendonça França
2013-10-13
2
-5
/
+3
|
|
\
\
|
|
*
|
`Relation#count` doesn't use options anymore.
Vipul A M
2013-10-13
2
-5
/
+3
|
*
|
|
Merge pull request #12511 from jetthoughts/informative_raise_message_for_inco...
Rafael Mendonça França
2013-10-13
1
-3
/
+3
|
|
\
\
\
|
|
*
|
|
Make missed association exception message more informative
Paul Nikitochkin
2013-10-13
1
-3
/
+3
|
|
|
/
/
|
*
/
/
Drop unused iterator var
Vipul A M
2013-10-13
1
-1
/
+1
|
|
/
/
*
|
|
move column_names_with_alias on to the alias cache object
Aaron Patterson
2013-10-14
4
-37
/
+22
*
|
|
keep a cache on the alias object
Aaron Patterson
2013-10-14
2
-16
/
+21
*
|
|
move alias building to the table node
Aaron Patterson
2013-10-14
2
-8
/
+8
*
|
|
let the Table class build the ARel alias nodes
Aaron Patterson
2013-10-14
1
-4
/
+9
*
|
|
store aliases in a better structure
Aaron Patterson
2013-10-14
1
-4
/
+17
*
|
|
remove delegation to `chain`
Aaron Patterson
2013-10-14
1
-3
/
+1
*
|
|
rm JoinHelper from JoinAssociation
Aaron Patterson
2013-10-14
1
-3
/
+1
*
|
|
unhook `join_constraints` from the @tables ivar
Aaron Patterson
2013-10-13
2
-3
/
+3
[next]