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 hm:t#create/create! throws ActiveRecord::RecordNotSaved when the owner...
Pratik Naik
2009-08-08
1
-0
/
+4
*
Merge docrails
Pratik Naik
2009-07-25
1
-2
/
+2
*
Add primary_key option to belongs_to association
Szymon Nowak
2009-07-15
2
-5
/
+27
*
Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...
Pratik Naik
2009-07-01
4
-28
/
+16
*
Revert "Generate proper :counter_sql from :finder_sql when there is a newline...
Yehuda Katz + Carl Lerche
2009-06-22
4
-16
/
+28
*
Generate proper :counter_sql from :finder_sql when there is a newline charact...
Patrick Joyce
2009-06-21
4
-28
/
+16
*
Ensure hm:t#create respects source associations hash conditions [#2090 state:...
mattbauer
2009-06-21
1
-0
/
+7
*
HasOneThroughAssociation still shouldn't derive from HasManyThroughAssociation.
Adam Milligan
2009-06-12
3
-160
/
+164
*
HasOneAssociation inherits AssociationProxy since it shares nothing with Belo...
Emilio Tagua
2009-06-12
1
-5
/
+5
*
Ensure HasManyThroughAssociation#destroy delete orphan records [#2251 state:r...
Luca Guidi
2009-05-18
1
-0
/
+7
*
Implement #many? for NamedScope and AssociationCollection using #size [#1500 ...
Chris Kampmeier
2009-05-17
1
-0
/
+9
*
has_one :through should not create a new association when assigned nil [#698 ...
Daniel Guettler
2009-05-17
1
-8
/
+8
*
Revert "Fixed bug with polymorphic has_one :as pointing to an STI record"
Jeremy Kemper
2009-05-11
1
-1
/
+1
*
Providing support for :inverse_of as an option to associations.
Murray Steele
2009-05-04
6
-9
/
+51
*
Fixed bug with polymorphic has_one :as pointing to an STI record
Ruy Asan
2009-05-01
1
-1
/
+1
*
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
[next]