aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* not all databases return dates as stringsAaron Patterson2010-12-011-1/+1
* name in schema_migrations, migrations in schema dumpJosh Susser2010-12-011-8/+12
* record migration timestamp when migrations runJosh Susser2010-12-011-1/+48
* Add migrated_at column to schema_migrations table.Josh Susser2010-12-011-6/+30
* testing instance based migrationsAaron Patterson2010-11-171-0/+38
* schema migrations work as instancesAaron Patterson2010-11-171-0/+1
* converted migrations to support instance methodsAaron Patterson2010-11-171-4/+4
* fixing assertions so error messages will be more helpfulAaron Patterson2010-11-171-4/+4
* removing many unused variablesAaron Patterson2010-11-161-5/+5
* Create directory before copying migrations if it does not existPiotr Sarnacki2010-11-161-0/+15
* Fix SQLite adapter name [#5842 state:resolved]Anil Wadghule2010-10-191-4/+4
* Add callback on skipped migration while copying migrationsPiotr Sarnacki2010-10-091-2/+20
* Change the method for copying migrations, do not add scope.Piotr Sarnacki2010-10-091-21/+23
* eliminating method_missing on TableDefinitionAaron Patterson2010-09-291-2/+12
* Test add_index and remove_index with a symbol name #4891Étienne Barrié2010-09-281-0/+7
* Fix remove_index issue when provided :name is a symbolTim Connor2010-09-261-1/+1
* Fix issue with remove_index and add unit test [#5645 state:resolved]Tim Connor2010-09-181-3/+4
* Fix copying migrations to empty directoryPiotr Sarnacki2010-09-031-0/+14
* Implemented ActiveRecord::Migrations#copy based on James Adam's ideaPiotr Sarnacki2010-09-031-0/+111
* reload bob after his journy to a new timezoneBrian Lopez2010-08-201-0/+1
* Makes topics.written_on null => true back again some tests rely on thatSantiago Pastorino2010-08-151-0/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* update tests for mysql2 supportBrian Lopez2010-08-021-6/+6
* Tests to specify the behaviour of ActiveRecord::Migrator.get_all_versions() [...Thiago Pradi2010-07-081-0/+14
* Test that adding an index also doesn't raise an exception.J. Pablo Fernández2010-06-291-1/+1
* Replaced statement in comment with an assertionPaul Barry2010-06-291-2/+3
* Fixed error when removing an index from a table name values, which is a reser...J. Pablo Fernández2010-06-291-0/+16
* Add column and index query methods to ActiveRecord::SchemaAndrew White2010-06-261-4/+104
* remove_column should raise an ArgumentError when no columns are passed [#4803...Jeff Dean2010-06-231-0/+4
* use assert_in_delta() for floating point comparisons in tests [#4871 state:re...Aaron Patterson2010-06-161-1/+1
* SQLite2Adapter doesn't existSantiago Pastorino2010-06-091-1/+1
* test fixes for Oracle enhanced adapter:Raimonds Simanovskis2010-06-041-2/+2
* Oracle enhanced adapter now supports shortening of default generated index na...Raimonds Simanovskis2010-06-041-12/+10
* Reduced size of table name prefix and suffix in migrations test as in Oracle ...Raimonds Simanovskis2010-06-041-3/+4
* Final iteration of use better testing methodsNeeraj Singh2010-05-191-1/+1
* Revert "Don't carry default value when changing column for a binary type on M...Jeremy Kemper2010-05-181-12/+0
* make add_index and remove_index more resilient; new rename_index method; trac...Étienne Barrié2010-05-181-0/+34
* Postgresql doesn't allow to change a string type column to a binary type. Ski...Wijnand Wiersma2010-05-161-7/+9
* Don't carry default value when changing column for a binary type on MySQL [#3...Elomar França2010-05-161-0/+10
* Revert "Revert "Add index length support for MySQL [#1852 state:open]""Pratik Naik2010-05-091-0/+8
* Revert "Add index length support for MySQL [#1852 state:open]"José Valim2010-05-081-8/+0
* Add index length support for MySQL [#1852 state:resolved]Emili Parreno2010-05-081-0/+8
* making rake:migrate VERSION=0 a noop called in succession. [#2137 state:resol...Neeraj Singh2010-04-291-0/+19
* clear the rest of the warnings, run with warnings turned on [#4332 state:reso...Aaron Patterson2010-04-101-25/+39
* expand migration paths before requiring them. [#4240 state:resolved]Aaron Patterson2010-03-231-0/+13
* do not use unloadable constants in tests [#4260 state:resolved]Aaron Patterson2010-03-231-2/+1
* cleaning up a bunch of parse time warnings in AR [#4186 state:resolved]Aaron Patterson2010-03-151-2/+2
* Add test case for unable to run migration if ActiveRecord::Base.logger is nil...Prem Sichanugrist2010-02-021-0/+10
* 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