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 useless InnerJoinDependency, inner joins are performed through
Emilio Tagua
2009-08-19
1
-21
/
+4
*
Remove whitespace.
Emilio Tagua
2009-08-19
1
-0
/
+1
*
Use immutable relation objects to generate queries.
Emilio Tagua
2009-08-18
1
-19
/
+18
*
Use finder options as relation method names to provide more familiar
Emilio Tagua
2009-08-18
1
-17
/
+17
*
Clean up relation joins when finding records with included associations.
Emilio Tagua
2009-08-17
1
-12
/
+12
*
Use ARel's joins when building a query for finding records with included
Emilio Tagua
2009-08-14
1
-48
/
+58
*
Merge commit 'rails/master'
Emilio Tagua
2009-08-10
1
-17
/
+49
|
\
|
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-2
/
+29
|
*
Changed to use klass instead of constantizing in assign_ids generated method
Dmitry Ratnikov
2009-08-09
1
-1
/
+1
|
*
Fix for nested :include with namespaced models.
Rich Bradley
2009-08-09
1
-1
/
+1
*
|
Removed unused methods.
Emilio Tagua
2009-08-07
1
-70
/
+56
*
|
Removed useless OR.
Emilio Tagua
2009-08-07
1
-1
/
+1
*
|
More work on removing plain SQL from associations and use ARel instead.
Emilio Tagua
2009-08-07
1
-20
/
+19
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-31
1
-5
/
+71
|
\
|
|
*
Merge docrails
Pratik Naik
2009-07-25
1
-5
/
+71
*
|
Introduced ActiveRecord::Relation, a layer between an ARel relation and an AR...
Emilio Tagua
2009-07-21
1
-8
/
+9
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-16
1
-3
/
+6
|
\
|
|
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
1
-3
/
+6
*
|
Added ActiveRecord::Base#(where|join|project|group|order|take|skip) methods.
Emilio Tagua
2009-07-16
1
-8
/
+8
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-07-14
1
-1
/
+8
|
\
|
|
*
Use map! instead of map for <association>_ids
Pratik Naik
2009-07-13
1
-2
/
+2
|
*
Optimize <association>_ids for hm:t with belongs_to source
Pratik Naik
2009-07-13
1
-1
/
+8
*
|
Arel now buils SQL queries for associations. Removed old code and
Emilio Tagua
2009-06-23
1
-47
/
+6
*
|
Leave the quoting part to ARel
Emilio Tagua
2009-06-12
1
-7
/
+2
|
\
|
|
*
HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.
Adam Milligan
2009-06-12
1
-7
/
+2
*
|
Use ARel in SQL generation through associations
Emilio Tagua
2009-06-10
1
-11
/
+15
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-06-02
1
-1
/
+1
|
\
|
|
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-18
1
-1
/
+3
|
\
|
|
*
Fixed limited eager loading associations with numbers in the name [#2668 stat...
Benjamin Floering
2009-05-18
1
-1
/
+1
|
*
Cherry-pick core extensions
Jeremy Kemper
2009-05-13
1
-0
/
+2
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-12
1
-10
/
+26
|
\
|
|
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-4
/
+2
|
*
Fixed eager load error on find with include => [:table_name] and hash conditi...
Anthony Crumley
2009-05-10
1
-4
/
+16
|
*
honour :inverse_of for joins based include
Frederick Cheung
2009-05-10
1
-2
/
+8
*
|
Merge commit 'rails/master'
Emilio Tagua
2009-05-05
1
-3
/
+9
|
\
|
|
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
1
-3
/
+9
*
|
Calculations now use Arel to construct the query.
Emilio Tagua
2009-04-29
1
-10
/
+18
|
/
*
Ensure :dependent => :delete_all works for association with hash conditions
Pratik Naik
2009-04-20
1
-1
/
+1
*
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-1
/
+1
*
Added :touch option to belongs_to associations that will touch the parent rec...
David Heinemeier Hansson
2009-04-16
1
-23
/
+45
*
Ensure NoMethodError isn't raised when some of the nested eager loaded associ...
Murray Steele
2009-03-12
1
-4
/
+9
*
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...
Adam Milligan
2009-03-07
1
-1
/
+1
*
Ensure belongs_to association with a counter cache in name spaced model works...
Adam Cooper
2009-03-06
1
-3
/
+1
*
Ensure self referential HABTM associations raise an exception if association_...
Tom Lea
2009-03-06
1
-0
/
+10
*
Force all internal calls to Array#to_sentence to use English [#2010 state:res...
David Heinemeier Hansson
2009-02-27
1
-1
/
+1
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
1
-118
/
+2
*
Merge with docrails
Pratik Naik
2009-02-24
1
-36
/
+29
*
Merge docrails along with the new guides and guides generation code
Pratik Naik
2009-02-06
1
-0
/
+16
*
Merge docrails
Pratik Naik
2009-02-01
1
-4
/
+5
[next]