aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/aggregations.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Remove `ActiveSupport::Concern` from `ActiveRecord::Aggregations`Ryuta Kamizono2018-06-261-2/+0
* Lazily add `Aggregations` to `composed_of` modelsAaron Patterson2018-06-251-0/+4
* Fix the example of 'finding records by a value object' (#31818)Bogdan2018-01-291-2/+2
* Revert "Merge pull request #23256 from pauloancheta/master"Ryuta Kamizono2018-01-291-1/+1
* Remove unused/missing `to_money` converter in the test/docRyuta Kamizono2018-01-291-2/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-2/+2
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-155/+155
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-87/+87
* Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-051-2/+4
* Ensure hashes can be passed to attributes using `composed_of`Sean Griffin2016-05-311-4/+5
* reflect mapping to match initializePaulo Ancheta2016-01-251-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-11/+11
* [ci skip] Replace double spaces with single spaceyui-knk2015-09-171-1/+1
* Fix NetAddr link [ci skip]amitkumarsuroliya2015-05-201-1/+1
* Do not test, document or use a private API methodRafael Mendonça França2015-02-201-5/+0
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-3/+20
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-281-3/+20
* | Push multi-parameter assignement into the typesSean Griffin2015-02-071-1/+2
* | Improve the performance of reading attributesSean Griffin2014-11-181-2/+2
|/
* Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_linkArthur Nogueira Neves2014-06-061-4/+4
|\
| * remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-061-4/+4
* | Remove composed_of special case from multi-parameter attributesSean Griffin2014-06-061-0/+4
|/
* Use destructured arguments when looping through pairsSean Griffin2014-05-171-4/+4
* Remove conditional adding a new methodRafael Mendonça França2013-09-111-1/+1
* factory methods should not have side effects.Aaron Patterson2013-07-231-1/+2
* AR::Base does not need to know how to create reflection objectsAaron Patterson2013-07-221-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-1/+1
|\
| * remove meaningless use of Relation#allAkira Matsuda2013-01-031-1/+1
* | remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+1
|/
* 1.9 hash syntax changesAvnerCohen2012-11-081-18/+18
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+261
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-261/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-3/+3
|\
| * Revert "Remove blank trailing comments"Vijay Dev2012-05-231-0/+2
| * Remove blank trailing commentsHenrik Hodne2012-05-201-2/+0
| * Revert typoOscar Del Ben2012-05-191-1/+1
| * TypoOscar Del Ben2012-05-191-4/+4
* | Refactor aggregation writer methodCarlos Antonio da Silva2012-05-211-4/+3
* | Merge pull request #6143 from senny/composed_of_converter_returns_nilAaron Patterson2012-05-211-7/+8
|\ \ | |/ |/|
| * allow the :converter Proc form composed_of to return nilYves Senn2012-05-031-7/+8
* | missing 'with'Hrvoje Šimić2012-05-111-1/+1
* | Add empty rows to improve readability. [ci skip]Edward Tsech2012-05-011-0/+2
* | Add few lines to describe how aggregation part caching works. [ci skip]Edward Tsech2012-05-011-0/+4
* | simpler wording and explanationsHrvoje Šimić2012-05-011-3/+3