aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* revises most Lint/EndAlignment offensesXavier Noria2016-08-071-7/+7
* Merge pull request #26076 from yui-knk/privatize_expandKasper Timm Hansen2016-08-071-10/+10
|\
| * `ActiveRecord::PredicateBuilder#expand` to be privateyui-knk2016-08-071-10/+10
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
|/
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-1/+0
|\
| * Revert passing arel node with splat binds for `where`Ryuta Kamizono2016-08-061-1/+0
* | applies remaining conventions across the projectXavier Noria2016-08-062-4/+3
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0614-789/+789
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* | applies new string literal convention in activerecord/libXavier Noria2016-08-0610-48/+48
|/
* Merge pull request #25941 from kamipo/finder_methods_uses_load_targetRafael França2016-07-281-4/+4
|\
| * `FinderMethods` uses `records` (`load_target`) when `loaded?` is trueRyuta Kamizono2016-07-281-4/+4
* | adds missing requiresXavier Noria2016-07-242-0/+2
|/
* systematic revision of =~ usage in ARXavier Noria2016-07-232-5/+5
* small reword [ci skip]Xavier Noria2016-07-141-3/+3
* removes a unnecessary limit callXavier Noria2016-07-131-1/+0
* adds support for limits in batch processingXavier Noria2016-07-131-41/+71
* Always prefer class types to query types when casting `group`Sean Griffin2016-07-111-4/+6
* Remove unused `predicate_builder` for `BasicObjectHandler` and `RangeHandler`Ryuta Kamizono2016-07-023-19/+3
* Merge pull request #25271 from kamipo/prevent_range_error_for_existsSean Griffin2016-06-151-1/+3
|\
| * Prevent `RangeError` for `FinderMethods#exists?`Ryuta Kamizono2016-06-161-1/+3
* | Fix `calculate` with a string value in `from` and eager loadingRyuta Kamizono2016-06-131-9/+1
* | Fix `or` result SQL [ci skip]Ryuta Kamizono2016-06-111-1/+1
|/
* Merge pull request #25179 from kamipo/reuse_result_of_associated_tableSean Griffin2016-05-301-2/+3
|\
| * Reuse a result of `table.associated_table(column)` in `AssociationQueryHandle...Ryuta Kamizono2016-05-281-2/+3
* | Exists shouldn't error when used with `includes`Sean Griffin2016-05-301-3/+3
|/
* Remove unused `association_for_table` private methodRyuta Kamizono2016-05-271-6/+0
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Merge pull request #24203 from sferik/count_with_blockKasper Timm Hansen2016-05-161-1/+5
|\
| * Forward ActiveRecord::Relation#count to Enumerable#count if block givenErik Michaels-Ober2016-03-191-1/+5
* | Allow the connection adapters to determine the order of bind paramsSean Griffin2016-05-061-4/+10
* | Merge pull request #24868 from vipulnsward/delegate_encode_withRafael França2016-05-051-1/+1
|\ \
| * | delegate encode_with instead of to_yaml, which is deprecatedVipul A M2016-05-051-1/+1
* | | do not pass conditions to `#destroy_all` [ci skip]yuuji.yaginuma2016-05-051-1/+1
|/ /
* | Merge pull request #24317 from Gaurav2728/unused_set_in_active_recordJeremy Daer2016-04-191-1/+0
|\ \
| * | connection adapters column, delegation in Active Record have not use of ‘se...Gaurav Sharma2016-03-311-1/+0
| |/
* | Don't create new arrays when trying to compute non_empty_predicates for where...Vipul A M2016-04-181-1/+2
* | Allow symbols using "dot notation" to be passed to whereSean Griffin2016-04-122-4/+4
* | Pass over all Rails 5 warnings, to make sure:Vipul A M2016-04-122-3/+3
* | Ensure associations still work when the table name contains a dotSean Griffin2016-03-312-2/+4
|/
* [ci skip] Fix the FinderMethods#find documentakihiro172016-03-141-2/+2
* Merge pull request #23417 from sgringwe/masterRafael Mendonça França2016-03-011-9/+29
|\
| * Add initial support for allowing an error on order or limit of queries being ...Scott Ringwelski2016-02-021-9/+29
* | default second_to_last to primary_key index if no order suppliedBrian Christian2016-02-271-1/+7
* | refactor AR second_to_last to use array methodsBrian Christian2016-02-271-1/+6
* | AR #second_to_last tests and finder methodsBrian Christian2016-02-271-4/+12
* | Mutating the result of Relation#to_a should not affect the relationMatthew Draper2016-02-215-7/+7
* | Add methods to array delegation from `Relation`Kevin Dougherty2016-02-191-1/+2
* | Merge pull request #22365 from phuibonhoa/phuibonhoa/polymorphic_where_multip...Sean Griffin2016-02-173-4/+70
|\ \
| * | Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-163-4/+70