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
/
aggregations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support aggregations in finder conditions. Closes #10572.
Jeremy Kemper
2008-01-19
1
-0
/
+9
*
Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...
Jeremy Kemper
2007-12-29
1
-1
/
+1
*
Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]
Jeremy Kemper
2007-12-29
1
-1
/
+1
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
Assigning an instance of a foreign class to a composed_of aggregate calls an ...
Jeremy Kemper
2007-10-23
1
-37
/
+26
*
Assigning nil to a composed_of aggregate also sets its immediate value to nil...
Jeremy Kemper
2007-10-23
1
-2
/
+2
*
eval with __FILE__ and __LINE__
Jeremy Kemper
2007-10-10
1
-5
/
+5
*
Formatting, grammar and spelling fixes for the associations documentation. [s...
Michael Koziarski
2007-08-28
1
-11
/
+11
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-1
/
+1
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-1
/
+1
*
Grammar fix in aggregations rdoc. Closes #5613.
Jeremy Kemper
2006-07-06
1
-2
/
+2
*
Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com]
David Heinemeier Hansson
2006-05-21
1
-16
/
+43
*
Replace superfluous name_to_class_name variant with camelize. [Marcel Molina ...
Marcel Molina
2006-04-29
1
-4
/
+1
*
Reloading an instance refreshes its aggregations as well as its associations....
Jeremy Kemper
2005-12-08
1
-0
/
+6
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-2
/
+3
*
Fix docs (closes #2491)
David Heinemeier Hansson
2005-10-26
1
-4
/
+4
*
Refactored away all the legacy validate_options calls and replaced them with ...
David Heinemeier Hansson
2005-09-09
1
-7
/
+1
*
Removed broken attempt to DRY module ClassMethod #970
David Heinemeier Hansson
2005-04-02
1
-0
/
+5
*
Automatically extend the class which gets a module included with the ClassMet...
David Heinemeier Hansson
2005-04-02
1
-5
/
+0
*
Added better defaults for composed_of, so statements like composed_of :time_z...
David Heinemeier Hansson
2005-03-01
1
-1
/
+2
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+165