| Commit message (Expand) | Author | Age | Files | Lines |
* | Delegate `uniq` to `records` | Ryuta Kamizono | 2017-03-18 | 1 | -1/+1 |
* | Merge pull request #28191 from eugeneius/string_assoc_order | Rafael França | 2017-03-17 | 1 | -1/+6 |
|\ |
|
| * | Allow order to be given expressions as hash keys | Eugene Kenny | 2017-02-27 | 1 | -1/+6 |
* | | Merge pull request #28371 from kamipo/simplify_count | Andrew White | 2017-03-12 | 1 | -7/+4 |
|\ \ |
|
| * | | Simply forward `Calculations#count` to `Enumerable#count` | Ryuta Kamizono | 2017-03-10 | 1 | -7/+4 |
* | | | Simply delegate `as_json` to `records` | Ryuta Kamizono | 2017-03-10 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #25274 from kamipo/fix_find_nth_with_limit_value | Andrew White | 2017-02-26 | 1 | -3/+7 |
|\ \
| |/
|/| |
|
| * | Fix `find_nth` with `limit_value` | Ryuta Kamizono | 2017-02-26 | 1 | -3/+7 |
* | | Include selects in group query with having clause | Eugene Kenny | 2017-02-26 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #28177 from kami-zh/remove-duplicated-private | Andrew White | 2017-02-26 | 1 | -102/+100 |
|\ |
|
| * | Remove duplicated private method | kami-zh | 2017-02-26 | 1 | -102/+100 |
* | | Remove useless `select_values += select_values` | Ryuta Kamizono | 2017-02-26 | 1 | -1/+0 |
|/ |
|
* | Suppress `DISTINCT` clause outside aggregate function | Ryuta Kamizono | 2017-02-25 | 1 | -2/+2 |
* | Merge pull request #27122 from kamipo/fix_unscope_with_subquery | Rafael França | 2017-02-13 | 1 | -14/+26 |
|\ |
|
| * | Refactor `except_predicates_and_binds` to avoid `tap` | Ryuta Kamizono | 2017-02-13 | 1 | -12/+15 |
| * | Fix unscope with subquery | Ryuta Kamizono | 2016-12-05 | 1 | -10/+19 |
* | | Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f... | Eileen M. Uchitelle | 2017-02-10 | 1 | -0/+1 |
|\ \ |
|
| * | | Delegate `to_sentence` and `to_fomatted_s` to `records` | kenta-s | 2017-02-04 | 1 | -0/+1 |
* | | | Revert "Remove useless `column_alias` in `subquery_for_count`" | Ryuta Kamizono | 2017-02-07 | 1 | -2/+3 |
* | | | Merge pull request #26378 from kamipo/decouple_building_arel_ast_for_uniquene... | Jeremy Daer | 2017-02-06 | 1 | -3/+43 |
|\ \ \ |
|
| * | | | Decouple the building Arel ASTs for uniqueness validator | Ryuta Kamizono | 2016-12-25 | 1 | -3/+43 |
* | | | | Remove useless `column_alias` in `subquery_for_count` | Ryuta Kamizono | 2017-02-06 | 1 | -3/+2 |
| |/ /
|/| | |
|
* | | | Fix grammar typo about sort in finder_methods.rb | Kevin Huang | 2017-01-30 | 1 | -2/+2 |
* | | | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2017-01-05 | 1 | -1/+1 |
* | | | `self.` is not needed when calling its own instance method | Akira Matsuda | 2017-01-05 | 3 | -3/+3 |
* | | | Remove unneeded requires at active record | Rafael Mendonça França | 2017-01-03 | 1 | -1/+0 |
* | | | Raise ArgumentError when a instance of ActiveRecord::Base is passed to | Rafael Mendonça França | 2017-01-03 | 1 | -7/+5 |
* | | | Mark internal cache constants as private | Matthew Draper | 2016-12-31 | 1 | -1/+4 |
* | | | Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value` | Ryuta Kamizono | 2016-12-30 | 1 | -4/+0 |
* | | | Remove deprecated support to passing arguments to `#select` when a block is p... | Rafael Mendonça França | 2016-12-29 | 1 | -3/+1 |
* | | | Remove deprecated support to query using commas on LIMIT | Rafael Mendonça França | 2016-12-29 | 1 | -19/+2 |
* | | | Remove deprecated support to passing a class as a value in a query | Rafael Mendonça França | 2016-12-29 | 2 | -31/+0 |
* | | | Raises IrreversibleOrderError when using last with an irreversible order | Rafael Mendonça França | 2016-12-29 | 1 | -8/+0 |
* | | | Merge pull request #26376 from kamipo/remove_polymorphic_base_class_for_array | Rafael França | 2016-12-29 | 1 | -3/+0 |
|\ \ \ |
|
| * | | | Remove extracting `polymorphic_base_class` for `Array` in `AssociationQueryVa... | Ryuta Kamizono | 2016-09-21 | 1 | -3/+0 |
* | | | | Fix Rubocop violations and fix documentation visibility | Rafael Mendonça França | 2016-12-28 | 1 | -98/+98 |
| |/ /
|/| | |
|
* | | | Privatize unneededly protected methods in Active Record | Akira Matsuda | 2016-12-24 | 2 | -13/+11 |
* | | | No need to nodoc private methods | Akira Matsuda | 2016-12-24 | 1 | -1/+1 |
* | | | Describe what we are protecting | Akira Matsuda | 2016-12-23 | 8 | -0/+16 |
* | | | Translate numeric value out of range to the specific exception | Ryuta Kamizono | 2016-12-06 | 1 | -4/+4 |
| |/
|/| |
|
* | | Restore RecordNotFound when *_ids= can't find records by ID | Dominic Cleal | 2016-11-24 | 1 | -4/+4 |
* | | Merge pull request #26981 from kamipo/should_not_except_order_for_exists | Rafael França | 2016-11-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Should except `:distinct` rather than `:order` for `exists?` | Ryuta Kamizono | 2016-11-09 | 1 | -1/+1 |
* | | | Call `spawn` and bang method for `none` | Ryuta Kamizono | 2016-11-14 | 1 | -1/+1 |
|/ / |
|
* | | Avoid `unscope(:order)` when `limit_value` is presented for `count` | Ryuta Kamizono | 2016-11-06 | 1 | -6/+6 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
* | | removes requires already present in active_support/rails | Xavier Noria | 2016-10-27 | 1 | -2/+0 |
* | | let Regexp#match? be globally available | Xavier Noria | 2016-10-27 | 2 | -2/+0 |
* | | Fix regression caused due to removal of select method from CollectionAssociation | Prathamesh Sonpatki | 2016-10-22 | 1 | -1/+10 |
* | | Merge pull request #26598 from rutaka-n/raise_record_not_found_with_correct_p... | Eileen M. Uchitelle | 2016-10-15 | 1 | -2/+2 |
|\ \ |
|