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
*
Fixed typo in composed_of example with Money#<=>, was comparing amount itself...
Noah Hendrix
2012-02-24
1
-1
/
+1
*
minor fixes in the composed_of doc
Vijay Dev
2011-10-22
1
-3
/
+4
*
Remove extra white spaces on ActiveRecord docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
remove unnecessary module_eval
Aaron Patterson
2011-01-18
1
-25
/
+20
*
send() will raise an ArgumentError, so we should leverage ruby
Aaron Patterson
2011-01-07
1
-16
/
+6
*
no need for parens
Aaron Patterson
2011-01-07
1
-1
/
+1
*
use a hash for caching aggregations rather than ivars
Aaron Patterson
2011-01-07
1
-12
/
+6
*
method is never called with arguments
Aaron Patterson
2011-01-07
1
-4
/
+2
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
Use new finders syntax in docs.
Emilio Tagua
2010-09-01
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-48
/
+48
*
ensuring that documentation does not exceed 100 columns
Neeraj Singh
2010-08-01
1
-7
/
+6
*
ensuring that documentation does not exceed 100 columns
Neeraj Singh
2010-07-31
1
-51
/
+65
*
Remove deprecated block usage in composed_of.
Emilio Tagua
2010-06-24
1
-4
/
+2
*
Adds title and basic description where needed.
Rizwan Reza
2010-06-15
1
-0
/
+1
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-0
/
+1
*
fisting uninitialized ivar warnings. [#4198 state:resolved]
Aaron Patterson
2010-03-16
1
-0
/
+5
*
Break up DependencyModule's dual function of providing a "depend_on" DSL and ...
Joshua Peek
2009-05-28
1
-1
/
+1
*
Use DependencyModule for included hooks in ActiveRecord
Bryan Helmkamp
2009-05-11
1
-3
/
+1
*
Merge docrails
Pratik Naik
2008-10-05
1
-2
/
+2
*
Expanded documentation for new composed_of options
Rob Anderton
2008-09-10
1
-10
/
+53
*
Added :constructor and :converter options to composed_of and deprecated the c...
Rob Anderton
2008-09-10
1
-31
/
+60
*
Merge docrails.
Pratik Naik
2008-05-25
1
-9
/
+9
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-2
/
+2
*
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