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
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+261
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-261
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-23
1
-3
/
+3
|
\
|
*
Revert "Remove blank trailing comments"
Vijay Dev
2012-05-23
1
-0
/
+2
|
*
Remove blank trailing comments
Henrik Hodne
2012-05-20
1
-2
/
+0
|
*
Revert typo
Oscar Del Ben
2012-05-19
1
-1
/
+1
|
*
Typo
Oscar Del Ben
2012-05-19
1
-4
/
+4
*
|
Refactor aggregation writer method
Carlos Antonio da Silva
2012-05-21
1
-4
/
+3
*
|
Merge pull request #6143 from senny/composed_of_converter_returns_nil
Aaron Patterson
2012-05-21
1
-7
/
+8
|
\
\
|
|
/
|
/
|
|
*
allow the :converter Proc form composed_of to return nil
Yves Senn
2012-05-03
1
-7
/
+8
*
|
missing 'with'
Hrvoje Šimić
2012-05-11
1
-1
/
+1
*
|
Add empty rows to improve readability. [ci skip]
Edward Tsech
2012-05-01
1
-0
/
+2
*
|
Add few lines to describe how aggregation part caching works. [ci skip]
Edward Tsech
2012-05-01
1
-0
/
+4
*
|
simpler wording and explanations
Hrvoje Šimić
2012-05-01
1
-3
/
+3
*
|
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
[next]