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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove find_with_associations and related code from associations now that Rel...
Pratik Naik
2010-01-20
1
-67
/
+0
*
Simplify construct_finder_arel_* methods
Pratik Naik
2010-01-18
1
-27
/
+7
*
Merge docrails
Pratik Naik
2010-01-17
1
-5
/
+3
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
1
-2
/
+2
*
Rename active_relation_engine -> arel_engine and active_relation_table -> are...
Pratik Naik
2010-01-16
1
-8
/
+8
*
Make scopes use relations under the hood
Pratik Naik
2010-01-16
1
-123
/
+96
*
Ensure using proper engine for Arel::Table
Pratik Naik
2010-01-12
1
-4
/
+4
*
Delay building arel relation as long as possible for improved introspection
Pratik Naik
2010-01-12
1
-7
/
+8
*
Renamed AssociationReflection #collection_association? to #collection?.
Eloy Duran
2010-01-08
1
-3
/
+3
*
Cleanup some code in nested_attributes.rb, autosave_association.rb, and assoc...
Eloy Duran
2010-01-07
1
-4
/
+3
*
Reapply "Remove optional join_dependency argument as Relation always supplies...
Pratik Naik
2010-01-03
1
-2
/
+1
*
Revert "Remove optional join_dependency argument as Relation always supplies it"
Jeremy Kemper
2010-01-02
1
-1
/
+2
*
Remove optional join_dependency argument as Relation always supplies it
Pratik Naik
2010-01-03
1
-2
/
+1
*
Remove unused code from association.rb now that Relation takes care of checki...
Pratik Naik
2010-01-03
1
-78
/
+0
*
Simply methods for checking eager loaded tables references in the query
Pratik Naik
2010-01-03
1
-7
/
+7
*
Rename Model.arel_table to Model.active_relation
Pratik Naik
2010-01-02
1
-2
/
+2
*
Remove unncessary arguments passed to arel_table
Pratik Naik
2010-01-01
1
-1
/
+2
*
Use PredicateBuilder for sql hash sanitization
Pratik Naik
2010-01-01
1
-1
/
+1
*
Migrate all the calculation methods to Relation
Pratik Naik
2009-12-29
1
-6
/
+5
*
Merge commit 'Fingertips/master'
Jeremy Kemper
2009-12-28
1
-2
/
+2
|
\
|
*
Make polymorphic_inverse_of in Reflection throw an InverseOfAssociationNotFou...
Murray Steele
2009-12-28
1
-2
/
+2
*
|
Add Model.having and Relation#having
Pratik Naik
2009-12-29
1
-2
/
+4
|
/
*
Use relation.from when constructing a relation
Pratik Naik
2009-12-28
1
-2
/
+3
*
Add new finder methods to association collection.
Pratik Naik
2009-12-27
1
-2
/
+2
*
Rename Model.conditions and relation.conditions to .where
Pratik Naik
2009-12-26
1
-3
/
+3
*
When passing force_reload = true to an association, don't use the query cache...
Will
2009-12-16
1
-2
/
+2
*
Revert "Revert "Assert primary key does not exist in habtm when the associati...
Jeremy Kemper
2009-11-23
1
-1
/
+9
*
Insert generated association members in the same order they are specified whe...
Gabe da Silveira
2009-11-17
1
-2
/
+3
*
Revert "Split arel_table into method to get a relation and another to memoize...
Jeremy Kemper
2009-11-13
1
-2
/
+2
*
Split arel_table into method to get a relation and another to memoize the def...
Jeremy Kemper
2009-11-13
1
-2
/
+2
*
Ruby 1.9.2: avoid #flatten
Jeremy Kemper
2009-11-13
1
-6
/
+10
*
delete correct records for a has_many with :primary_key and :dependent => :de...
Matt Jones
2009-11-10
1
-1
/
+1
*
Arel::In -> Arel::Predicates::In
Jeremy Kemper
2009-11-02
1
-1
/
+1
*
Merge branch 'associations_2'
Emilio Tagua
2009-10-05
1
-2
/
+2
|
\
|
*
Added eager loading support to Relation and ActiveRecord#all.
Emilio Tagua
2009-10-05
1
-2
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-10-02
1
-1
/
+3
|
\
\
|
*
|
Make has_one with :conditions hash scope build or creation of the associated ...
Luciano G Panaro
2009-09-28
1
-1
/
+3
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-14
1
-3
/
+4
|
\
|
|
|
*
|
Added some documentation about setting :autosave => false on an association.
Eloy Duran
2009-09-12
1
-3
/
+4
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-17
/
+36
|
\
|
|
|
*
|
Changed ActiveRecord to use new callbacks and speed up observers by only noti...
José Valim
2009-09-08
1
-17
/
+36
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-08
1
-11
/
+2
|
\
|
|
|
*
|
Revert "Assert primary key does not exist in habtm when the association is de...
Jeremy Kemper
2009-09-02
1
-11
/
+11
*
|
|
Merge commit 'rails/master'
Emilio Tagua
2009-09-01
1
-2
/
+11
|
\
|
|
|
|
/
|
/
|
|
*
Assert primary key does not exist in habtm when the association is defined, i...
José Valim
2009-09-01
1
-12
/
+12
*
|
Remove useless conditionals/local var.
Emilio Tagua
2009-08-19
1
-5
/
+1
*
|
Make sure join association methods are called once.
Emilio Tagua
2009-08-19
1
-9
/
+10
*
|
Don't sanitize_sql where it doesn't make sense.
Emilio Tagua
2009-08-19
1
-2
/
+2
*
|
Remove old method and comment.
Emilio Tagua
2009-08-19
1
-14
/
+0
*
|
Remove useless InnerJoinDependency, inner joins are performed through
Emilio Tagua
2009-08-19
1
-21
/
+4
[next]