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
*
Ensure JoinAssociation uses aliased table name when multiple associations hav...
Pratik Naik
2009-04-20
1
-2
/
+2
*
Merge docrails
Pratik Naik
2009-03-16
1
-5
/
+9
*
Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Luca Guidi
2009-03-12
1
-19
/
+32
*
Add tests for AssociationCollection#find_each and AssociationCollection#find_...
Pratik Naik
2009-03-11
1
-1
/
+1
*
Ensure has_many :through works with changed primary keys [#736 state:resolved]
Jim Remsik and Tim Pope
2009-03-09
1
-1
/
+1
*
Fix RDoc grammar and ensure hm:t tests can run in isolation. [#1644 state:res...
Adam Milligan
2009-03-07
1
-2
/
+2
*
Ensure replacing has_one associations respects the supplied :dependent option...
Dimitri Krassovski
2009-03-06
1
-2
/
+11
*
Fixed that autosave should validate associations even if master is invalid [#...
David Heinemeier Hansson
2009-02-27
3
-6
/
+6
*
Cache columns for has_and_belongs_to_many associations
lukeludwig
2009-01-17
1
-3
/
+9
*
Fix HasManyAssociation#create ignoring the :primary_key option [#1633 state:r...
Roman Shterenzon
2008-12-27
1
-1
/
+4
*
Fix has many through not quoting table names [#1163 state:resolved]
Karthik Krishnan
2008-12-20
1
-3
/
+3
*
Fix preloading of has_one :through associations on belongs_to [#1507 state:re...
Matt Jones
2008-12-18
1
-1
/
+5
*
Revert "Fix: counter_cache should decrement on deleting associated records."
Jeremy Kemper
2008-12-10
1
-3
/
+0
*
Fix: counter_cache should decrement on deleting associated records.
Emilio Tagua
2008-12-10
1
-0
/
+3
*
Make NoMethodError message more descriptive when an undefined message has bee...
Mike Ferrier
2008-12-04
1
-1
/
+4
*
Add :having option to find, to use in combination with grouped finds. Also ad...
miloops
2008-12-01
1
-0
/
+1
*
fix assignment to has_one :through associations.
Matt Jones
2008-11-15
1
-4
/
+3
*
Merge with docrails. Also add a rake task to generate guides in your rails ap...
Pratik Naik
2008-10-21
2
-1
/
+8
*
Ensure association proxy responds to private class methods defined in associa...
Pratik Naik
2008-10-16
1
-2
/
+2
*
Allow class methods to be sent (via #send) to association proxy (fix for bug ...
Ian White
2008-10-16
1
-0
/
+4
*
Ensure methods called on association proxies respect access control. [#1083 s...
Pratik Naik
2008-10-13
2
-1
/
+12
*
Fix has_many :through when the source is a belongs_to association. [#323 stat...
Zach Dennis
2008-10-04
1
-0
/
+11
*
Try reloading model on class mismatch [#229 state:resolved]
Lawrence Pit
2008-10-04
1
-1
/
+1
*
Make AssociationCollection start transactions in the correct database.
Hongli Lai (Phusion)
2008-09-23
2
-6
/
+21
*
Association#first and last should not load the association if not needed. [#1...
Jan De Poorter
2008-09-22
1
-3
/
+4
*
Update the documentation to reflect the change handling :group earlier
Michael Koziarski
2008-09-16
1
-1
/
+4
*
When counting grouped records the target should be loaded to return a valid g...
miloops
2008-09-15
1
-0
/
+2
*
Revert "Add :accessible option to Associations for allowing mass assignments ...
Pratik Naik
2008-09-10
1
-6
/
+0
*
Add special AssociationReflection methods for creating association objects, a...
Hongli Lai (Phusion)
2008-09-09
4
-14
/
+25
*
Merge docrails
Pratik Naik
2008-09-03
3
-15
/
+92
*
Refactored AssociationCollection#count for uniformity and Ruby 1.8.7 support.
Ernie Miller
2008-08-28
4
-36
/
+39
*
Implement count limit/offset support for has_many associations
Tarmo Tänav
2008-08-27
1
-1
/
+10
*
respond_to? passes along splat args to avoid introducing the second arg if it...
Jeremy Kemper
2008-08-27
1
-2
/
+2
*
Fix two has_one :through errors
pivotal
2008-08-27
1
-0
/
+4
*
Ruby 1.9 compat: Hash is now flattenable, so explicitly exclude it
Jeremy Kemper
2008-08-23
1
-1
/
+1
*
Fix has_many#count_records. [#865 state:resolved]
Xavier Noria
2008-08-21
1
-2
/
+5
*
Fix that has_one natural assignment to already associated record. [#854 state...
Jakub Kuźma
2008-08-21
1
-2
/
+2
*
Updated has_and_belongs_to_many association to fix :finder_sql interpolation....
Nathan Witmer
2008-08-16
2
-7
/
+1
*
Use type_condition method for hmt STI condition
Tarmo Tänav
2008-08-15
1
-1
/
+1
*
Fixed AssociationCollection#<< resulting in unexpected values in @target when...
Ernie Miller
2008-08-08
1
-1
/
+1
*
Fix file permissions
Tarmo Tänav
2008-07-31
3
-0
/
+0
*
Add :accessible option to Associations for allowing mass assignments using ha...
David Dollar
2008-07-14
1
-0
/
+6
*
Add block syntax to HasManyAssociation#build. [#502 state:resolve]
Jason Dew
2008-07-14
1
-3
/
+6
*
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
Cheah Chu Yeow
2008-07-09
2
-3
/
+3
*
Add support for :primary_key option to has_one as well as has_many so that a ...
Brad Greenlee
2008-07-06
1
-1
/
+10
*
Add has_many :primary_key option to allow setting the primary key on a has ma...
Andre Arko
2008-07-06
1
-0
/
+8
*
Ensure AssociationCollection#size considers all unsaved record. [#305 state:r...
Pratik Naik
2008-07-02
1
-1
/
+1
*
Cache sanitized conditions in reflection object for associations
Pratik Naik
2008-06-27
1
-1
/
+1
*
Extract owner_quoted_id so it can be overridden. [#292 state:committed]
Andre Arko
2008-06-25
5
-11
/
+15
*
fix eager loading with dynamic finders
Brandon Keepers
2008-06-09
2
-1
/
+2
[next]