aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation
Commit message (Expand)AuthorAgeFilesLines
* Privatize unneededly protected methods in Active RecordAkira Matsuda2016-12-242-13/+11
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Describe what we are protectingAkira Matsuda2016-12-238-0/+16
* Translate numeric value out of range to the specific exceptionRyuta Kamizono2016-12-061-4/+4
* Restore RecordNotFound when *_ids= can't find records by IDDominic Cleal2016-11-241-4/+4
* Merge pull request #26981 from kamipo/should_not_except_order_for_existsRafael França2016-11-171-1/+1
|\
| * Should except `:distinct` rather than `:order` for `exists?`Ryuta Kamizono2016-11-091-1/+1
* | Call `spawn` and bang method for `none`Ryuta Kamizono2016-11-141-1/+1
|/
* Avoid `unscope(:order)` when `limit_value` is presented for `count`Ryuta Kamizono2016-11-061-6/+6
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* removes requires already present in active_support/railsXavier Noria2016-10-271-2/+0
* let Regexp#match? be globally availableXavier Noria2016-10-272-2/+0
* Fix regression caused due to removal of select method from CollectionAssociationPrathamesh Sonpatki2016-10-221-1/+10
* Merge pull request #26598 from rutaka-n/raise_record_not_found_with_correct_p...Eileen M. Uchitelle2016-10-151-2/+2
|\
| * initialize errors with name of class and other paramsv.promzelev2016-09-231-2/+2
* | Use attribute_names over column_namesKeenan Brock2016-10-041-6/+2
* | Fix doc format for `RecordFetchWarning` [ci skip]Ryuta Kamizono2016-09-271-3/+3
|/
* Merge pull request #26447 from kamipo/reduce_array_allocationSantiago Pastorino2016-09-191-3/+1
|\
| * Reduce array allocation when `where` with passed hashRyuta Kamizono2016-09-101-3/+1
* | Merge pull request #26446 from kamipo/rename_type_var_name_to_typeEileen M. Uchitelle2016-09-171-10/+8
|\ \
| * | Rename variable name that returning `type_for` to `type` from `column`Ryuta Kamizono2016-09-111-10/+8
| |/
* / Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-142-23/+23
|/
* Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-5/+6
* Remove not used alias methodyui-knk2016-09-061-1/+0
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-032-6/+6
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-313-41/+10
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-1/+1
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-262-3/+3
* Merge pull request #26182 from bogdan/remove-relation-metaprogrammingRafael França2016-08-232-84/+53
|\
| * Remove over meta programming in AR::RelationBogdan Gusiev2016-08-232-84/+53
* | Remove unnecessary ordinal methods for collection associationRyuta Kamizono2016-08-181-2/+10
* | Merge pull request #25976 from kamipo/pluck_uses_loaded_targetRafael França2016-08-171-1/+1
|\ \
| * | `pluck` should use `records` (`load_target`) when `loaded?` is trueRyuta Kamizono2016-08-041-1/+1
* | | Fix indentationRafael Mendonça França2016-08-171-3/+3
* | | Merge pull request #25987 from aquajach/masterRafael Mendonça França2016-08-171-1/+1
|\ \ \
| * | | check if order contains comma first in does_not_support_reverse?Jack Chen Songyong2016-07-291-1/+1
| * | | have does_not_support_reverse? support sql functions with commas in nested br...Jack2016-07-291-1/+1
| |/ /
* | | Merge pull request #26021 from kamipo/finder_bang_method_should_call_non_bang...Rafael França2016-08-171-16/+16
|\ \ \
| * | | Finder bang method should call non bang methodRyuta Kamizono2016-08-161-16/+16
| | |/ | |/|
* | | Merge pull request #26072 from kamipo/extract_case_sensitive_handlerRafael Mendonça França2016-08-173-10/+41
|\ \ \
| * | | Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-163-10/+41
| |/ /
* | | Merge pull request #26121 from MaxLap/fix_count_with_left_joinsRafael Mendonça França2016-08-161-6/+4
|\ \ \
| * | | Fix count which would sometimes force a DISTINCTMaxime Lapointe2016-08-161-6/+4
| |/ /
* / / Do not handle as an associated predicate if a table has the columnRyuta Kamizono2016-08-161-2/+2
|/ /
* | Merge pull request #26117 from kamipo/make_association_quary_to_preparable_step1Rafael Mendonça França2016-08-161-11/+11
|\ \
| * | Make association queries to preparable: Step 1Ryuta Kamizono2016-08-111-11/+10
* | | Merge pull request #26074 from kamipo/where_by_attribute_with_array_or_rangeRafael França2016-08-161-7/+11
|\ \ \
| * | | `where` by `array|range` attribute with array or range valueRyuta Kamizono2016-08-111-7/+11
| |/ /
* | | Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebasedRafael França2016-08-161-4/+6
|\ \ \
| * | | When calling association.find RecordNotFound is now raised with the same argu...Michel Pigassou2016-08-131-4/+6
| |/ /