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
*
reflect mapping to match initialize
Paulo Ancheta
2016-01-25
1
-1
/
+1
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-11
/
+11
*
[ci skip] Replace double spaces with single space
yui-knk
2015-09-17
1
-1
/
+1
*
Fix NetAddr link [ci skip]
amitkumarsuroliya
2015-05-20
1
-1
/
+1
*
Do not test, document or use a private API method
Rafael Mendonça França
2015-02-20
1
-5
/
+0
*
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-3
/
+20
|
\
|
*
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
1
-3
/
+20
*
|
Push multi-parameter assignement into the types
Sean Griffin
2015-02-07
1
-1
/
+2
*
|
Improve the performance of reading attributes
Sean Griffin
2014-11-18
1
-2
/
+2
|
/
*
Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_link
Arthur Nogueira Neves
2014-06-06
1
-4
/
+4
|
\
|
*
remove rubyforge.org that was shut down [ci skip]
Gaurav Sharma
2014-06-06
1
-4
/
+4
*
|
Remove composed_of special case from multi-parameter attributes
Sean Griffin
2014-06-06
1
-0
/
+4
|
/
*
Use destructured arguments when looping through pairs
Sean Griffin
2014-05-17
1
-4
/
+4
*
Remove conditional adding a new method
Rafael Mendonça França
2013-09-11
1
-1
/
+1
*
factory methods should not have side effects.
Aaron Patterson
2013-07-23
1
-1
/
+2
*
AR::Base does not need to know how to create reflection objects
Aaron Patterson
2013-07-22
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-01-09
1
-1
/
+1
|
\
|
*
remove meaningless use of Relation#all
Akira Matsuda
2013-01-03
1
-1
/
+1
*
|
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-1
/
+1
|
/
*
1.9 hash syntax changes
AvnerCohen
2012-11-08
1
-18
/
+18
*
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
[next]