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 dead code from hmt#delete. Closes #11236 [rubyruy]
Jeremy Kemper
2008-02-27
1
-1
/
+1
*
Make dynamic finders respect the :include on HasManyThrough associations. Cl...
Michael Koziarski
2008-02-18
1
-0
/
+1
*
Revert [8865], broke AP record identifier. Reopens #11109.
Jeremy Kemper
2008-02-15
3
-29
/
+19
*
Minor formatting changes
Michael Koziarski
2008-02-14
2
-6
/
+6
*
Improve associations performance by avoiding named block arguments. Closes #1...
Rick Olson
2008-02-14
3
-18
/
+28
*
Introduce the :readonly option to all associations. Records from the associat...
Jeremy Kemper
2008-02-13
3
-3
/
+6
*
Revert r8742: remove has_many with :group option since it has sketchy sql sup...
Jeremy Kemper
2008-02-03
1
-9
/
+0
*
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...
Jeremy Kemper
2008-02-02
1
-1
/
+1
*
Make sure count works on has_many :through associations using :group. Closes...
Michael Koziarski
2008-01-27
1
-0
/
+9
*
Remove dead attr_reader from association proxy. Closes #10668 [danger]
Michael Koziarski
2008-01-26
1
-1
/
+0
*
Make sure that belongs_to counter decrements when assigning nil Closes #10804...
Michael Koziarski
2008-01-26
1
-1
/
+1
*
Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...
Rick Olson
2008-01-18
1
-5
/
+5
*
More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...
Jeremy Kemper
2008-01-05
4
-18
/
+18
*
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...
Jeremy Kemper
2007-12-22
3
-16
/
+35
*
Ensure that the :uniq option for has_many :through associations retains the o...
Rick Olson
2007-12-11
1
-1
/
+2
*
post.comments.reload returns the association rather than the result of load_t...
Jeremy Kemper
2007-12-10
1
-14
/
+15
*
Fixed that habtm associations should be able to set :select as part of their ...
David Heinemeier Hansson
2007-12-05
1
-2
/
+2
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Make reset return nil when using a dangling belongs_to association. Current ...
Michael Koziarski
2007-11-29
1
-1
/
+1
*
Dynamic finders on association collections respect association :limit. Closes...
Jeremy Kemper
2007-11-21
3
-3
/
+8
*
Make Dynamic Finders on Association Collections Respect Association :order [p...
Michael Koziarski
2007-11-21
3
-3
/
+4
*
Fix HasManyThrough Association so it uses :conditions on the HasMany Associat...
Rick Olson
2007-11-11
1
-1
/
+2
*
Make sure that << works on has_many associations on unsaved records. Closes ...
Michael Koziarski
2007-10-28
1
-0
/
+1
*
Fix has_many :through delete with custom foreign keys. Closes #6466.
Jeremy Kemper
2007-10-27
1
-8
/
+14
*
Allow find on a has_many association defined with :finder_sql to accept id ar...
Marcel Molina
2007-10-26
1
-1
/
+1
*
Refactor association create and build so before & after callbacks behave cons...
Jeremy Kemper
2007-10-16
3
-38
/
+44
*
Alias association #build to #new so it behaves predictably. Closes #8787.
Jeremy Kemper
2007-10-15
1
-0
/
+1
*
Fix calling .clear on a has_many :dependent=>:delete_all association. [ta...
Michael Koziarski
2007-10-07
1
-1
/
+1
*
Make size for has_many :through use counter cache if it exists. Closes #9734...
Rick Olson
2007-09-30
1
-1
/
+11
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-3
/
+3
*
Removed unnecessary or statement (closes #7158) [richcollins]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Removed unused @join_sql reference (closes #9174) [danger]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added ActiveRecord::Base#to_json/from_json (currently does not support :inclu...
David Heinemeier Hansson
2007-09-20
1
-1
/
+2
*
Stop users from calling .create on a has_many / habtm association when the ow...
Michael Koziarski
2007-09-18
2
-3
/
+29
*
Fix association writer with :dependent => :nullify. Closes #7314.
Jeremy Kemper
2007-09-14
1
-8
/
+11
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
5
-7
/
+7
*
Don't clobber :includes passed to count on has_many association. Closes #9175...
Michael Koziarski
2007-08-16
1
-1
/
+1
*
Make sure has_many associations honour :include when counting. Closes #9167 [...
Michael Koziarski
2007-08-16
1
-1
/
+1
*
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
Michael Koziarski
2007-08-07
1
-1
/
+2
*
Ensure that has_many :through associations use a count query instead of loadi...
Rick Olson
2007-07-25
1
-0
/
+7
*
Refactored in use of extract_options! (closes #9079) [josh]
David Heinemeier Hansson
2007-07-24
4
-7
/
+3
*
Fix #count on a has_many :through association so that it recognizes the :uniq...
Rick Olson
2007-07-20
1
-0
/
+10
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
1
-1
/
+1
*
Make create! on a has_many :through association return the association objec...
Michael Koziarski
2007-07-11
1
-1
/
+2
*
Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...
Michael Koziarski
2007-07-07
1
-0
/
+1
*
Remove deprecated find_first and find_all.
Jeremy Kemper
2007-06-11
1
-19
/
+0
*
Remove deprecated push_with_attributes.
Jeremy Kemper
2007-06-11
1
-22
/
+5
*
with_scope is protected. Closes #8524.
Jeremy Kemper
2007-05-30
3
-7
/
+7
*
Sanitize Base#inspect. Closes #8392.
Jeremy Kemper
2007-05-18
1
-1
/
+2
*
Improve Performance of calling create on has_many :through associations by av...
Michael Koziarski
2007-04-26
1
-7
/
+5
[next]