aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/finder_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Raise ArgumentError when a instance of ActiveRecord::Base is passed toRafael Mendonça França2017-01-031-3/+3
* Raises IrreversibleOrderError when using last with an irreversible orderRafael Mendonça França2016-12-291-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-12/+12
* Privatize unneededly protected methods in Active Record testsAkira Matsuda2016-12-241-1/+1
* Remove duplicated lineRyuta Kamizono2016-12-111-1/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-26/+26
* improve error message when include assertions failMichael Grosser2016-09-161-3/+3
* Merge pull request #25671 from kamipo/dont_handle_as_associated_predicate_if_...Rafael França2016-08-161-2/+2
|\
| * Do not handle as an associated predicate if a table has the columnRyuta Kamizono2016-08-161-2/+2
* | Merge pull request #26000 from kamipo/remove_sanitizeRafael França2016-08-161-5/+0
|\ \ | |/ |/|
| * Remove internal `sanitize` methodRyuta Kamizono2016-07-311-5/+0
* | Merge pull request #26097 from Dagnan/fix_recordnotfound_args_rebasedRafael França2016-08-161-0/+10
|\ \
| * | When calling association.find RecordNotFound is now raised with the same argu...Michel Pigassou2016-08-131-0/+10
* | | Add three new rubocop rulesRafael Mendonça França2016-08-161-6/+6
|/ /
* | Use `FETCH FIRST` for Oracle12 database and Arel Oracle12 visitorYasuo Honda2016-08-081-3/+3
* | applies remaining conventions across the projectXavier Noria2016-08-061-3/+2
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* | modernizes hash syntax in activerecordXavier Noria2016-08-061-20/+17
* | applies new string literal convention in activerecord/testXavier Noria2016-08-061-113/+113
|/
* Prevent `RangeError` for `FinderMethods#exists?`Ryuta Kamizono2016-06-161-4/+2
* Followup of #24835Vipul A M2016-05-031-1/+1
* Allow symbols using "dot notation" to be passed to whereSean Griffin2016-04-121-1/+6
* comment out failing .second and .third testsBrian Christian2016-02-271-3/+3
* adding additional tests for offset and limit behaviorBrian Christian2016-02-271-0/+8
* additional test assertions (limit and offset)Brian Christian2016-02-271-0/+16
* AR #second_to_last tests and finder methodsBrian Christian2016-02-271-0/+36
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-3/+3
* Merge pull request #23377 from bogdan/last-with-sqlEileen M. Uchitelle2016-02-131-8/+36
|\
| * Make ActiveRecord::Relation#last to reverse SQL orderBogdan Gusiev2016-02-131-8/+36
* | Fix grammar `a` to `an` [ci skip]Ryuta Kamizono2016-02-131-1/+1
|/
* Revert "Merge pull request #16400 from bogdan/last-with-sql"Sean Griffin2016-02-011-23/+9
* Reworked ActiveRecord::Relation#last to always use SQLBogdan Gusiev2016-01-281-9/+23
* Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...Ryuta Kamizono2015-12-191-3/+6
* Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-181-1/+74
|\
| * Implement limit & offset for ourselvesMatthew Draper2015-12-181-2/+2
| * Adding a new test using chained where, limit and find([pks])Miguel Grazziotin2015-08-071-2/+12
| * WIP: fixing the limit bug and introducing new tests (failing for now) on .fin...Miguel Grazziotin2015-06-191-4/+25
| * do not change the order of the result if the object was already ordered by th...Miguel Grazziotin2015-06-051-0/+5
| * adding a test to ensure the find is obbeying the limitMiguel Grazziotin2015-06-031-0/+7
| * [#20338] adding tests to ensure the order clause takes precedenceMiguel Grazziotin2015-06-031-0/+18
| * [#20338] WIP: first basic implementation and specsMiguel Grazziotin2015-05-291-0/+12
* | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-3/+3
* | Remove some bind related test cases from finder_test.rb to sanitize_test.rbyui-knk2015-11-211-91/+0
* | Don't cache arguments in #find_by if they are an ActiveRecord::Relationakihiro172015-10-061-0/+6
* | Add tests for sanitize named bind arityyui-knk2015-09-231-3/+9
* | Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-2/+3
* | Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...Rafael Mendonça França2015-09-091-13/+0
* | put dynamic matchers on the GeneratedAssociationMethods instead of modelRob Looby2015-05-081-0/+13
|/
* remove old unavailable link with relevant fixGaurav Sharma2015-03-231-1/+0
* Remove version conditional for calling GC.disableRafael Mendonça França2015-01-041-1/+1