aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for Mysql column positioning via #add_column and #change_columnBen Marini2009-12-031-0/+47
* Add tests for scoping schema_migrations index by global table prefix and suffixCristi Balan2009-08-091-0/+18
* PostgreSQL: XML datatype supportLeonardo Borges2009-08-091-9/+19
* Fix that creating a table whose primary key prefix type is :table_name genera...Morgan Schweers2009-08-091-2/+2
* Add rake db:forward - opposite of db:rollback [#768 state:resolved]Cristi Balan2009-08-081-0/+11
* Don't rely on T::U::TestCase#nameJeremy Kemper2009-08-071-4/+5
* Oracle adapter gets Time or DateTime value already with timezoneRaimonds Simanovskis2009-08-061-17/+46
* Fixed a bug where create_table could not be called without a block [#2221 sta...Joseph Wilk2009-06-211-0/+7
* Ensure table names are quoted while renaming for sqlite3 adapter [#2272 state...Brian Hogan2009-06-211-0/+26
* SQLite adapters now support DDL transactions [#2080 state:resolved]Jason King2009-03-141-1/+25
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-13/+13
* Fixed broken migrations tests: added assert_equal. [#1704 state:resolved]Marcello Nuccio2009-03-071-7/+7
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-216/+208
* Remove SQL Server cases from tests for latest adapter work to pass rails expe...Ken Collins2008-11-191-7/+3
* Deal with MySQL's quirky handling of defaults and blob/text columnsFrederick Cheung2008-09-141-1/+5
* Just look at sql_type when testing that the correct database-specific type wa...Tarmo Tänav2008-08-261-4/+1
* Made migrations transactional for PostgreSQL [#834 state:resolved]Tarmo Tänav2008-08-221-0/+15
* Ensure t.timestamps respects options. [#828 state:resolved]Patrick Reagan2008-08-221-2/+35
* Added MigrationProxy to defer loading of Migration classes until they are act...Nik Wakelin2008-08-061-0/+20
* Fixed mysql change_column_default to not make the column always nullable.Tarmo Tänav2008-07-141-0/+49
* Fixed test_rename_nonexistent_column for PostgreSQLTarmo Tänav2008-07-141-1/+7
* MySQL: treat integer with :limit => 11 as a display width, not byte size, for...Jeremy Kemper2008-06-271-10/+14
* Test for tinyintJeremy Kemper2008-06-231-1/+1
* Always treat integer :limit as byte length. [#420 state:resolved]Tarmo Tänav2008-06-221-0/+5
* ActiveRecord::Migrator#run records version-state after migrating. [#369 stat...Michael Raidel2008-06-221-10/+15
* MySQL: rename_column preserves default values. [#466 state:resolved]Diego Algorta2008-06-221-0/+26
* Fix failing tests on mysql 4.1 & ruby 1.8.4. [#237 state:resolved]Frederick Cheung2008-05-221-2/+2
* Added protection against duplicate migration names (Aslak Hellesøy) [#112 st...Aslak Hellesøy2008-05-111-0/+6
* create_table :force => true no longer tries to drop a non-existing tableTarmo Tänav2008-05-071-0/+18
* Added change_table for migrations (Jeff Dean) [#71 state:resolved]David Heinemeier Hansson2008-05-031-1/+207
* Provide data for the key column otherwise adding a unique index will fail. [#...Frederick Cheung2008-04-231-0/+1
* Fix migrations when migrating to a specified version number with a fresh data...Ian White2008-04-171-1/+8
* Add support for interleaving migrations by storing which migrations have run ...Rick Olson2008-04-091-9/+43
* Fix migration test when run in GMT zone. Closes #11477 [thechrisoshow]Jeremy Kemper2008-04-011-4/+19
* Switched to UTC-timebased version numbers for migrations and the schema. This...David Heinemeier Hansson2008-03-281-11/+32
* Migrations: create_table supports primary_key_prefix_type. Closes #10314.Jeremy Kemper2008-03-181-0/+27
* test_native_types expects DateTime.local_offset instead of DateTime.now.offse...Geoff Buesing2008-03-101-1/+1
* Fix typo in migration test. Closes #11105 [h-lame]Jeremy Kemper2008-02-151-1/+1
* MySQL: omit text/blob defaults from the schema instead of using an empty stri...Jeremy Kemper2008-01-301-5/+1
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-24/+25
* Fix pathsJeremy Kemper2008-01-181-27/+27
* Move tests to casesJeremy Kemper2008-01-181-0/+987