aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql/active_schema_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix broken mysql testJon Leighton2013-05-031-16/+11
* Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL.Ken Mazaika2013-03-271-3/+8
* Checks :algorithm argument for valid valuesDan McClain2013-03-261-0/+4
* Adds support for concurrent indexing in PostgreSQL adapterDan McClain2013-03-251-8/+11
* Custom index type support with :using.doabit2013-03-241-0/+12
* Removed unnecessary blockAnupam Choudhury2013-03-201-2/+1
* Standardize the use of current_adapter?Rafael Mendonça França2013-01-011-1/+1
* Create an AbstractMysqlAdapter to abstract the common code between MysqlAdapt...Jon Leighton2011-08-291-4/+4
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-1/+1
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-0/+1
* Merge branch 'tago'José Valim2010-06-261-3/+3
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+124