aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Correcting `ActiveRecord::ReadOnlyRecord` Error Message [ci skip]amitkumarsuroliya2015-09-261-1/+1
* | | | | docs, add missing closing bracket. [ci skip]amitkumarsuroliya2015-09-251-1/+1
* | | | | remove warning from Calculations#sumyuuji.yaginuma2015-09-231-1/+1
* | | | | Fix arguments of `AR::Calculations#sum`yui-knk2015-09-231-3/+3
* | | | | Ensure aliased attributes passed to `select` are quoted if using `from`Sean Griffin2015-09-211-1/+1
* | | | | Reduce calls to stringify_keys.Guo Xiang Tan2015-09-073-4/+5
* | | | | #where fails if opts.responds_to?(:==) unexpectedlySamuel Williams2015-09-051-1/+1
* | | | | Don't allocate a bunch of strings in `Relation::Merger`Sean Griffin2015-09-021-4/+8
* | | | | Add ActiveRecord::Relation#in_batchesSina Siadat2015-08-072-9/+156
* | | | | Extra caller details added to ActiveRecord::RecordNotFoundSameer Rahmani2015-07-211-1/+2
* | | | | Freeze string literals when not mutated.schneems2015-07-192-4/+4
* | | | | Fix regression caused by a01d164bRafael Mendonça França2015-07-071-2/+2
* | | | | [skip ci] #distinct instead of #uniqJon Atack2015-07-031-2/+3
|/ / / /
* | | | Update .pluck documentation on uniqPrem Sichanugrist2015-06-261-1/+1
* | | | Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-193-17/+8
* | | | Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-191-2/+6
* | | | Merge pull request #20362 from kddeisz/enumerable_pluckRafael Mendonça França2015-06-011-0/+4
|\ \ \ \
| * | | | Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-0/+4
| | |_|/ | |/| |
* / | | Ensure symbols passed to `select` are always quotedSean Griffin2015-05-301-9/+7
|/ / /
* | | Fix the shadowing warning for `reflection`Roque Pinel2015-05-281-2/+2
* | | Merge pull request #20196 from huoxito/preload-association-and-mergesRafael Mendonça França2015-05-281-1/+23
|\ \ \
| * | | Properly append preload / includes args on MergerWashington Luiz2015-05-281-1/+23
| | |/ | |/|
* | | Allow Relation#compact using delegationJordan Raine2015-05-281-1/+1
* | | deprecate `Relation#uniq` use `Relation#distinct` instead.Yves Senn2015-05-261-1/+3
|/ /
* | Remove redundant require 'set' linesMehmet Emin İNAÇ2015-05-151-1/+0
* | [ci skip] Remove comments about Rails 3.1claudiob2015-05-111-3/+3
* | [ci skip] Stop explaining finders for Rails 3claudiob2015-05-101-14/+2
* | Merge pull request #19546 from DianthuDia/fix_unscope_for_less_thanYves Senn2015-04-281-1/+1
|\ \
| * | Fix unscope for less thanTAKAHASHI Kazuaki2015-03-271-1/+1
* | | Merge pull request #19718 from eagletmt/find_by-without-argYves Senn2015-04-281-4/+4
|\ \ \
| * | | Raise ArgumentError when find_by receives no argumentsKohei Suzuki2015-04-111-4/+4
* | | | Revert "Merge pull request #19755 from yuki24/activerecord/support-for-set"Yves Senn2015-04-151-1/+0
* | | | Add support for Set to Relation#whereYuki Nishijima2015-04-131-0/+1
* | | | Enhance documentation of pluck with a hint to ids [ci skip]wingfire2015-04-121-3/+5
|/ / /
* | | [ci skip] Combine complementary AR #find doc linesAlexander Dimitriyadi2015-03-301-3/+1
* | | [skip ci] Improve `warn_on_records_fetched` documentationJon Atack2015-03-271-3/+2
|/ /
* | Add `config.active_record.warn_on_records_fetched_greater_than` optionJason Nochlin2015-03-251-0/+50
* | Fix referencing wrong aliases while joining tables of has many throughpinglamb2015-03-221-1/+1
* | Drop `references_eager_loaded_tables?` test from `has_include?`Ben Woosley2015-03-171-1/+1
* | Spell PostgreSQL correctly :elephant:Akira Matsuda2015-02-281-1/+1
* | Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
* | Fix c479480638508c20601af69ca46b5b606c2d5b4d to account for from_value -> fro...Jeremy Kemper2015-02-241-1/+1
* | Merge pull request #18744 from mfazekas/no-table-name-with-fromRafael Mendonça França2015-02-241-5/+9
* | `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* | correct method name in deprecation messageyuuji.yaginuma2015-02-181-1/+1
* | Deprecated passing of `start` value to `find_in_batches` and `find_each` in f...Vipul A M2015-02-171-17/+31
* | Add an option `end_at` to `find_in_batches`Vipul A M2015-02-091-12/+22
* | Raise ArgumentError when passing nil to Relation#mergeRafael Mendonça França2015-02-061-1/+1
* | Use keyword argument in the find_in_batches APIRafael Mendonça França2015-02-061-11/+7
* | Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-1/+21