aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #3371 from yahonda/fix_ora_00932_errorAaron Patterson2011-11-141-1/+1
|\
| * Fix ORA-00932 error when trying to insert 0 to DATE type columns.Yasuo Honda2011-10-191-1/+1
* | change_table bulk test case should check if the connection supports bulk alterVijay Dev2011-11-111-13/+15
* | Modify change_table to remove the need for the block argument.Vijay Dev2011-11-111-0/+52
* | Checking the arity of the block passed to create_tableVijay Dev2011-11-101-0/+15
* | AR changes to support creating ordered (asc, desc) indexesVlad Jebelev2011-11-041-0/+12
* | Merge pull request #1163 from amatsuda/sexier_migration_31Aaron Patterson2011-11-041-0/+20
|\ \
| * | Tests for new create_table DSLAkira Matsuda2011-05-201-0/+20
* | | assert_match takes a regexp and a string in that orderVijay Dev2011-10-311-1/+1
* | | dump_schema_information: explicitly order inserts into schema_migrations tableLaust Rud Jacobsen2011-10-311-0/+9
* | | preserve decimal column attributes after migrationGreg Reinacker2011-10-211-0/+36
| |/ |/|
* | only use now() on pg!Aaron Patterson2011-10-181-1/+3
* | use now() for dates in pgAaron Patterson2011-10-181-1/+1
* | Default timestamps to non-nullMike Perham2011-10-141-5/+5
* | Changed the default value for the options argument on ActiveRecord::Connectio...Grant Neufeld2011-06-181-0/+12
* | 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
|/
* Active Record typos.R.T. Lechow2011-03-051-2/+2
* adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-041-1/+4
* Run BulkAlterTableMigrationsTest only when the adapter supports themPratik Naik2011-01-311-97/+99
* Add :bulk => true option to change_tablePratik Naik2011-01-311-0/+138
* In a number of places in the tests, we only need to turn off transactional fi...Jon Leighton2011-01-111-2/+1
* Fix test on finding migrations from 2 pathsPiotr Sarnacki2010-12-091-5/+7
* Allow to run migrations from more than one directoryPiotr Sarnacki2010-12-091-0/+12
* removing unused setupAaron Patterson2010-12-031-4/+0
* in the middle of refactoringAaron Patterson2010-12-031-50/+30
* rolling out migrated_at until I can fix the buildAaron Patterson2010-12-011-45/+7
* removing duplicate testAaron Patterson2010-12-011-37/+0
* make sure we have a value in migrated_atAaron Patterson2010-12-011-1/+1
* 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