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
*
Merge commit 'fred/pullable'
Pratik Naik
2008-12-30
1
-2
/
+2
|
\
|
*
Fix to_sentence being used with options removed by 273c77
Frederick Cheung
2008-12-27
1
-1
/
+1
|
*
Fix :include of has_many associations with :primary_key option
Frederick Cheung
2008-12-26
1
-1
/
+1
*
|
Inline code comments for class_eval/module_eval [#1657 state:resolved]
Xavier Noria
2008-12-28
1
-18
/
+18
|
/
*
Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...
Frederick Cheung
2008-12-21
1
-3
/
+3
*
Fix has many through not quoting table names [#1163 state:resolved]
Karthik Krishnan
2008-12-20
1
-1
/
+1
*
Merge docrails
Pratik Naik
2008-12-19
1
-5
/
+5
*
Don't include table_name twice
Frederick Cheung
2008-12-18
1
-1
/
+1
*
Ensure :include checks joins when determining if it can preload [#528 state:r...
Frederick Cheung
2008-12-18
1
-10
/
+33
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-4
/
+8
*
Ensure hash conditions on referenced tables are considered when eager loading...
Paul
2008-11-26
1
-0
/
+1
*
Autoload ActiveRecord files
Joshua Peek
2008-11-24
1
-10
/
+12
*
Added :counter_sql as a valid key for habtm associations
Tekin Suleyman
2008-11-07
1
-1
/
+1
*
Merge docrails. Remove unnecessary files.
Pratik Naik
2008-11-02
1
-0
/
+8
*
Make sure habtm use class variable to list association valid keys
Luca Guidi
2008-11-01
1
-9
/
+12
*
Skip collection ids reader optimization if using :finder_sql
Jeremy Kemper
2008-10-23
1
-1
/
+1
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
1
-1
/
+2
*
Remove the functionality introduce in 28d3390
Michael Koziarski
2008-10-10
1
-12
/
+1
*
explicitly including child associations that are also included in the parent ...
Will Bryant
2008-10-10
1
-0
/
+5
*
Merge docrails
Pratik Naik
2008-10-05
1
-2
/
+6
*
Refactor configure_dependency_for_has_many to use a few more methods.
Hongli Lai (Phusion)
2008-09-24
1
-3
/
+34
*
Add Model#delete instance method, similar to Model.delete class method. [#108...
Hongli Lai (Phusion
2008-09-21
1
-2
/
+2
*
applied patch to fix the associations with blocks in modules bug from an old ...
Adeh DeSandies
2008-09-20
1
-4
/
+4
*
Fixed an error triggered by a reload followed by a foreign key assignment.
Nathaniel Talbott
2008-09-20
1
-1
/
+5
*
Support for updating a belongs to association from the foreign key (without s...
Jon Leighton
2008-09-13
1
-1
/
+8
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
1
-18
/
+4
*
Add special AssociationReflection methods for creating association objects, a...
Hongli Lai (Phusion)
2008-09-09
1
-1
/
+1
*
Make the options that has_many, belongs_to and other association generation m...
Hongli Lai (Phusion)
2008-09-09
1
-18
/
+30
*
Merge docrails
Pratik Naik
2008-09-03
1
-8
/
+7
*
Some performance goodness for AR associations.
Clemens Kofler
2008-09-03
1
-32
/
+32
*
Use reflection primary_key instead of id for when selecting association ids.
miloops
2008-08-30
1
-1
/
+1
*
Performance: Better query for ASSOCIATION_ids. Select only ids if the associa...
miloops
2008-08-30
1
-1
/
+5
*
Merge scoped :joins together instead of overwriting them. May expose scoping ...
Andrew White
2008-08-28
1
-2
/
+2
*
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
Ernie Miller
2008-08-28
1
-0
/
+3
*
Fix two has_one :through errors
pivotal
2008-08-27
1
-3
/
+2
*
Load the first and not the last has_one result when doing join-based eager lo...
Tarmo Tänav
2008-08-25
1
-0
/
+1
*
Implement old-skool eagerloading for has_one :through
Frederick Cheung
2008-08-25
1
-2
/
+2
*
Don't interpret decimals as table names in ActiveRecord::Associations::ClassM...
Peter Wagenet
2008-08-21
1
-3
/
+3
*
Fixed STI type condition for eager loading of associations
Tarmo Tänav
2008-08-16
1
-4
/
+2
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-134
/
+284
*
Use klass.sti_name to make sure associations take store_full_sti_class into a...
Daniel Guettler
2008-07-22
1
-2
/
+2
*
Merge with docrails.
Pratik Naik
2008-07-16
1
-3
/
+4
*
Fixed postgresql limited eager loading for the case where scoped :order was p...
Tarmo Tänav
2008-07-14
1
-3
/
+8
*
Add :accessible option to Associations for allowing mass assignments using ha...
David Dollar
2008-07-14
1
-4
/
+10
*
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-2
/
+2
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-1
/
+2
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-2
/
+3
*
Make sure associated has_many/habtm objects get saved even when :validate => ...
Jan De Poorter
2008-06-27
1
-7
/
+12
*
fix merge
rick
2008-06-19
1
-9
/
+19
|
\
[next]