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
*
Remove unnecessary scoping for creating hm:t join record
Pratik Naik
2009-08-10
1
-3
/
+4
*
Remove unnecessary scoping and validation checks from hm:t#create
Pratik Naik
2009-08-10
1
-1
/
+1
*
Unify hm:t#create and create! implementation
Pratik Naik
2009-08-10
1
-17
/
+13
*
raises an exception on habtm join table inserts if join table contains a prim...
Jaime Bellmyer
2009-08-09
1
-2
/
+14
*
raises exception (ActiveRecord::ConfigurationError with message) on habtm ass...
Jaime Bellmyer
2009-08-09
1
-0
/
+4
*
Fix that counter_cache breaks with has_many :dependent => :nullify.
Gabe da Silveira
2009-08-09
1
-0
/
+1
*
has_many :through create should not raise validation errors
railsbob
2009-08-09
1
-1
/
+5
*
Allow ho:through#build when the owner is a new record [#1749 state:resolved]
Tristan Dunn
2009-08-10
1
-3
/
+9
*
Enable has_many :through for going through a has_one association on the join ...
Gabe da Silveira
2009-08-10
1
-1
/
+1
*
Added back support for destroying an association's object by id. [#2306 statu...
Joshua Nichols
2009-08-09
1
-0
/
+1
*
Ensure hm:t#find does not assign nil to :include [#1845 state:resolved]
railsbob
2009-08-09
1
-1
/
+1
*
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
[next]