aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22653 from matthewd/find_array_orderedMatthew Draper2015-12-182-2/+76
|\
| * 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] improving implementation, fixing and adding some more specsMiguel Grazziotin2015-06-031-1/+2
| * [#20338] WIP: first basic implementation and specsMiguel Grazziotin2015-05-291-0/+12
* | These limits are now implicitMatthew Draper2015-12-182-2/+2
* | Merge pull request #20815 from byroot/do-not-include-column-limit-if-it-is-de...Matthew Draper2015-12-181-1/+1
|\ \
| * | Do not include column limit in schema.rb if it matches the defaultJean Boussier2015-07-081-1/+1
* | | Merge pull request #22623 from greysteil/support-passing-schema-name-to-indexesMatthew Draper2015-12-181-0/+5
|\ \ \
| * | | Support passing the schema name prefix to `conenction.indexes`Grey Baker2015-12-171-0/+5
* | | | Merge pull request #19456 from greysteil/index-exists-behaviourMatthew Draper2015-12-184-5/+57
|\ \ \ \
| * | | | Support removing custom-names indexes when only specifying column namesGrey Baker2015-12-154-5/+55
| * | | | Ignore index name in `index_exists?` when not passed a name to check forGrey Baker2015-12-151-0/+2
* | | | | Merge pull request #22642 from seuros/remove-mysql-adapterMatthew Draper2015-12-1842-1226/+47
|\ \ \ \ \
| * | | | | Remove legacy mysql adapterAbdelkader Boudih2015-12-1742-1226/+47
| | |/ / / | |/| | |
* / | | | Call the new point behavior `:point`, not `:rails_5_1_point`Sean Griffin2015-12-171-4/+4
|/ / / /
* | | | Don't over-specify types in our testsSean Griffin2015-12-161-1/+0
* | | | Fix test failures on WindowsSean Griffin2015-12-161-4/+12
* | | | Fix test failure on WindowsSean Griffin2015-12-161-6/+10
* | | | Merge pull request #22605 from tonyta/delete-dead-commentsRafael França2015-12-161-1/+0
|\ \ \ \
| * | | | deletes commented code introduced in db045db (initial commit)Tony Ta2015-12-151-1/+0
* | | | | Merge pull request #22598 from yui-knk/deprecate_string_callbackRafael França2015-12-161-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deprecate passing string to define callback.yui-knk2015-12-161-1/+1
* | | | | Merge pull request #22562 from sblackstone/masterJeremy Daer2015-12-151-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Allow users to pass flags from database.ymlStephen Blackstone2015-12-151-0/+7
* | | | | Internal test migrations use the private 'Current' versionMatthew Draper2015-12-1536-49/+49
* | | | | Ensure uuid-ossp extension is present before we rely on itMatthew Draper2015-12-151-0/+2
* | | | | Revert "Perform a more efficient query in `Relation#any?`"Sean Griffin2015-12-141-0/+7
* | | | | Merge pull request #22395 from avokhmin/becomes-errors-base-2Sean Griffin2015-12-141-1/+20
|\ \ \ \ \
| * | | | | `ActiveRecord::Base#becomes` should copy the errorsVokhmin Alexey V2015-12-141-1/+20
* | | | | | Fix test failures caused by 574f255Sean Griffin2015-12-141-1/+1
|/ / / / /
* | | | | Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-142-9/+3
* | | | | Deprecate limit strings with commasSean Griffin2015-12-141-3/+7
* | | | | Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...Sean Griffin2015-12-141-0/+10
|\ \ \ \ \
| * | | | | Add test cases for `#sanitize_sql_array` with named_bind_variablesyui-knk2015-11-091-0/+10
* | | | | | Merge pull request #22571 from mtsmfm/travel-backSantiago Pastorino2015-12-131-3/+3
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | travel backFumiaki MATSUSHIMA2015-12-131-3/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #22381 from yahonda/use_adapter_subsecond_precision_supportedAaron Patterson2015-12-133-60/+13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Consolidate tests for time and datetime columns options, limit and precisionYasuo Honda2015-11-302-59/+12
| * | | | Use adapter supports_datetime_with_precision to support 3rd party adapter testsYasuo Honda2015-11-301-1/+1
* | | | | Make sure we touch all the parents when touch_later.Arthur Neves2015-12-061-2/+0
* | | | | Introduce after_{create,update,delete}_commit callbacksGenadi Samokovarov2015-12-061-3/+3
* | | | | remove warning from postgresql geometric testyuuji.yaginuma2015-12-051-1/+3
* | | | | don't rely on the columns hash to get defaults. follow-up to #17169.Yves Senn2015-12-021-0/+24
* | | | | add `ActiveRecord::Base.has_attribute?`Yves Senn2015-12-021-0/+13
* | | | | tests, pluralize singular table name.Yves Senn2015-12-021-1/+1