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
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-2
/
+2
*
Add missing `+` around a some literals.
bogdanvlviv
2016-10-27
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-155
/
+155
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-87
/
+87
*
Don't assume all hashes are from multiparameter assignment in `composed_of`
Sean Griffin
2016-08-05
1
-2
/
+4
*
Ensure hashes can be passed to attributes using `composed_of`
Sean Griffin
2016-05-31
1
-4
/
+5
*
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
[next]