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
*
edit pass: the names of Rails components have a space, ie, "Active Record", n...
Xavier Noria
2010-06-14
1
-2
/
+2
*
Fix multiple self-referencing eager loads failing to join multiple times
Ernie Miller
2010-06-08
1
-2
/
+2
*
Merge remote branch 'rsim/oracle_enhanced_rails3'
wycats
2010-06-07
1
-1
/
+2
|
\
|
*
Downcase quoted table name in regex in count_aliases_from_table_joins
Raimonds Simanovskis
2010-06-04
1
-1
/
+2
*
|
Require active support/string/conversions so constantize can be used in assoc...
Tom Meier
2010-06-07
1
-0
/
+1
|
/
*
refactor evals and adds some __FILE__ and __LINE__
Santiago Pastorino
2010-05-20
1
-2
/
+2
*
Merge branch 'master' of git://github.com/rails/rails
Rizwan Reza
2010-05-17
1
-1
/
+1
|
\
|
*
Fix for get_ids when including a belongs_to association on a has_many associa...
Diego Algorta
2010-05-15
1
-1
/
+1
*
|
better documentation for dependent option [#4564 state:resolved]
Neeraj Singh
2010-05-16
1
-4
/
+5
|
/
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-8
/
+8
*
Fix eager loading of associations causing table name collisions
Ernie Miller
2010-04-28
1
-17
/
+60
*
Destroy respects optimistic locking.
Curtis Hawthorne
2010-04-27
1
-1
/
+10
*
Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)
Jeremy Kemper
2010-04-10
1
-3
/
+4
*
Bring back +extra_conditions+. This effectively reverts 386b7bfd9d78a6d8c8bc7...
Carl Lerche
2010-04-03
1
-3
/
+3
*
Make the query built by has_many ...., :dependent => :____ lazy since all the...
Carl Lerche
2010-04-02
1
-50
/
+22
*
Remove an unused argument
Carl Lerche
2010-04-02
1
-2
/
+1
*
Fix honoring :primary_key option when joining or eager loading a belongs_to a...
Ernie Miller
2010-03-29
1
-1
/
+1
*
Add :dependent = to has_one and has_many [#3075 state:resolved]
Rizwan Reza
2010-03-28
1
-2
/
+37
*
adds missing requires for Object#blank? and Object#present?
Xavier Noria
2010-03-28
1
-0
/
+1
*
avoiding a few closure references by evaling. [#4223 state:resolved]
Aaron Patterson
2010-03-27
1
-12
/
+18
*
Merge branch 'master' into docrails
wycats
2010-03-26
1
-9
/
+0
|
\
|
*
Move methods from association to relation finder methods.
Emilio Tagua
2010-03-25
1
-9
/
+0
*
|
fix habtm documentation to correct typo
Jeremy Roman
2010-03-26
1
-1
/
+1
|
/
*
cleaning up some test warnings
Aaron Patterson
2010-03-14
1
-2
/
+5
*
Fix associations to call :destroy or :delete based on the right :dependent op...
Carlos Antonio da Silva
2010-03-09
1
-3
/
+3
*
drying up more code in associations.rb
Aaron Patterson
2010-03-06
1
-17
/
+11
*
deleting repeated code
Aaron Patterson
2010-03-06
1
-17
/
+7
*
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
[next]