aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
Commit message (Expand)AuthorAgeFilesLines
* activerecord: reuse immutable objectsTamir Duberstein2016-01-041-2/+6
* Remove FIXME comments about the `Arel::Nodes::Quoted` [ci skip]Ryuta Kamizono2016-01-031-3/+0
* Remove unnecessary enable,disable_extension on testsFumiaki MATSUSHIMA2016-01-022-11/+0
* Merge pull request #22105 from morgoth/fix-errors-details-on-autosave-associa...Rafael França2015-12-311-0/+47
|\
| * Fixed setting errors details on autosaved associationsWojciech Wnętrzak2015-10-281-0/+47
* | Merge pull request #22241 from kamipo/add_columns_for_distinct_for_mysql57Rafael França2015-12-301-0/+44
|\ \
| * | Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BYRyuta Kamizono2015-12-231-0/+44
* | | Merge pull request #22447 from kamipo/fix_test_to_null_agnostic_wayRafael França2015-12-303-3/+14
|\| |
| * | Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...Ryuta Kamizono2015-12-193-3/+14
* | | Merge pull request #22803 from kamipo/improve_select_one_in_mysql2_adapterRafael França2015-12-301-0/+6
|\ \ \
| * | | Improve `select_one` in `Mysql2Adapter`Ryuta Kamizono2015-12-271-0/+6
* | | | Merge pull request #22053 from Empact/first-loadedYves Senn2015-12-281-3/+26
|\ \ \ \
| * | | | Fix `first(limit)` to take advantage of `loaded?` records if availableBen Woosley2015-12-241-3/+14
* | | | | tests, don't connect to mysql when running sqlite3 tests.Yves Senn2015-12-281-0/+2
| |/ / / |/| | |
* | | | Fix varbinary with default ''Ryuta Kamizono2015-12-241-0/+10
|/ / /
* | | Fixes LoggerSilence#silence threadsafetyCarl P. Corliss2015-12-231-0/+1
* | | Add support for passing flags to MySQL2 adapter by arrayStephen Blackstone2015-12-221-1/+8
* | | Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...Yves Senn2015-12-211-17/+0
* | | Merge pull request #22486 from methyl/fix-includes-for-groupped-associationYves Senn2015-12-211-0/+17
|\ \ \
| * | | Pass SQL group by values when including scoped associationLucjan Suski2015-12-151-0/+13
* | | | Remove legacy mysql adapterRyuta Kamizono2015-12-216-85/+75
* | | | Remove unused `test/schema/mysql_specific_schema.rb`Ryuta Kamizono2015-12-191-62/+0
| |/ / |/| |
* | | Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...Aaron Patterson2015-12-181-0/+6
|\ \ \
| * | | Read already loaded association records from association.targetTomohito Ozaki2015-04-171-0/+6
* | | | Handle specified schemas when removing a Postgres indexGrey Baker2015-12-181-0/+14
* | | | 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