aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration
Commit message (Expand)AuthorAgeFilesLines
* Cleanup trailing whitespacesdfens2012-10-121-1/+1
* column default extraction should handle newlines.Aaron Patterson2012-08-171-0/+8
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-2/+2
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-2/+2
* revert Default timestamps to non-nullDave Kroondyk2012-07-182-6/+6
* Merge pull request #7028 from lexmag/join_table_indexesJosé Valim2012-07-181-3/+17
|\
| * Add join table migration generatorAleksey Magusev2012-07-181-3/+17
* | Add teardown method to AR::Mig::RenameTableTestRobb Kidd2012-07-101-18/+13
* | Merge pull request #6874 from robbkidd/rename_sequences_tooAaron Patterson2012-07-101-0/+13
|\ \ | |/ |/|
| * Update psql adapter to rename a default pkey sequence when renaming a table.Robb Kidd2012-06-271-0/+13
* | Refactor references schema definitionsAleksey Magusev2012-07-031-16/+12
* | Make references statements reversibleAleksey Magusev2012-07-031-3/+27
* | Add references schema statementsAleksey Magusev2012-07-032-1/+112
* | Use strings for the table namesRafael Mendonça França2012-07-011-1/+1
* | Merge pull request #6914 from lexmag/migration_testsRafael Mendonça França2012-07-012-37/+11
|\ \
| * | Refactor migration test_helperAleksey Magusev2012-07-012-37/+11
| |/
* / Add more options to column_exists? methodAleksey Magusev2012-06-301-6/+12
|/
* TimeZone format is always /[+-]\d{2}:\d{2}/ in Ruby 1.9Akira Matsuda2012-06-121-1/+1
* Skip two tests with polymorphic if current adapter is Oracle Adapter.Yasuo Honda2012-06-081-0/+3
* port some mocha to minitest/mockAaron Patterson2012-05-181-0/+221
* Integer limit out of range should be allowed to raise. Closes #6272Erich Menge2012-05-162-4/+10
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-262-6/+6
* Automatically create indexes for references/belongs_to statements in migrations.Joshua Wood2012-04-141-0/+99
* improved test case for partial indicesMarcelo Silveira2012-02-091-6/+9
* Made schema dumper recognize partial indices' where statementsMarcelo Silveira2012-02-091-0/+6
* columns method doesn't have name argumentRafael Mendonça França2012-02-021-5/+4
* Add `create_join_table` migration helper to create HABTM join tablesRafael Mendonça França2012-01-273-1/+82
* Handle nil in add_index :length option in MySQLPaul Sadauskas2012-01-241-1/+7
* disable transactions for this testAaron Patterson2012-01-171-1/+4
* silencing migrator tests, refactoring the migration test helperAaron Patterson2012-01-161-0/+9
* Fix ActiveRecord mysql testsPiotr Sarnacki2012-01-161-1/+2
* make sure the migration table is alive and emptyAaron Patterson2012-01-131-0/+11
* test code that finds migrationsAaron Patterson2012-01-131-0/+4
* removing migration files as they are no longer neededAaron Patterson2012-01-131-2/+2
* fixing test class nameAaron Patterson2012-01-132-2/+2
* adding a test class for table renamingAaron Patterson2012-01-132-0/+78
* moving more column renaming testsAaron Patterson2012-01-131-0/+75
* moving more renaming tests to the proper test caseAaron Patterson2012-01-132-0/+71
* moving rename column tests to their own classAaron Patterson2012-01-133-17/+125
* moving column attributes tests to their own classAaron Patterson2012-01-131-0/+174
* move another index related test caseAaron Patterson2012-01-132-70/+68
* move tests regarding index modification to their own classAaron Patterson2012-01-132-84/+102
* decoupling more tests from AR::BaseAaron Patterson2012-01-131-0/+45
* move more schema modification testsAaron Patterson2012-01-131-0/+70
* remove dependency on the filesystemAaron Patterson2012-01-131-3/+8
* moving logger test to its own fileAaron Patterson2012-01-131-0/+17
* moving the table and index test to it's own fileAaron Patterson2012-01-121-0/+24
* adding missing requireAaron Patterson2012-01-101-0/+2
* move column ordering tests to it's own classAaron Patterson2012-01-102-46/+58
* refactoring migration testAaron Patterson2012-01-101-0/+414