Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/lib/active_record/migration.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9244 [9244] 04/09/08 16:20:15 rick Add support for interleaving migrations by storing which migrations have …
(edit) @9126 [9126] 03/28/08 22:14:04 david Fix new migration versions
(edit) @9122 [9122] 03/28/08 21:21:01 david Switched to UTC-timebased version numbers for migrations and the schema. …
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @8481 [8481] 12/22/07 11:26:03 bitsweat Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized …
(edit) @8324 [8324] 12/06/07 18:57:19 bitsweat The test task stops with a warning if you have pending migrations. Closes …
(edit) @8129 [8129] 11/11/07 21:31:59 nzkoz Improve documentation for IrreversibleMigrations. Closes #9636
(edit) @8113 [8113] 11/08/07 03:37:16 marcel Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
(edit) @8031 [8031] 10/26/07 03:55:22 marcel Update add_index documentation to use new options api. Closes #9787
(edit) @7957 [7957] 10/17/07 21:35:19 nzkoz Raise an intelligible error message when migration aren't named correctly …
(edit) @7788 [7788] 10/08/07 03:18:18 nzkoz Change Migration documentation to use the new syntax. Closes #9813
(edit) @7577 [7577] 09/22/07 22:18:55 david Fixed that using version-targetted migrates would fail on loggers other …
(edit) @7570 [7570] 09/22/07 18:35:41 david Docfix (closes #7593) [tarmo]
(edit) @6945 [6945] 06/05/07 08:21:55 bitsweat Migrations: report the number of rows affected when calling insert, …
(edit) @6855 [6855] 05/26/07 02:36:55 bitsweat Announce migration versions as they're performed.
(edit) @5563 [5563] 11/19/06 11:09:31 bitsweat Migration benchmark wrappers use alias_method_chain. Closes #6456.
(edit) @5333 [5333] 10/22/06 02:55:21 marcel Document other options available to migration's add_column. #6419
(edit) @5275 [5275] 10/09/06 22:05:50 bitsweat improve example in migrations docs, closes #6370
(edit) @4809 [4809] 08/23/06 05:49:40 bitsweat Migrations: gracefully handle missing migration files. Closes #5857.
(edit) @4663 [4663] 08/05/06 01:39:57 bitsweat Fix announcement of very long migration names. Closes #5722.
(edit) @4596 [4596] 07/08/06 20:35:56 bitsweat r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 decimal r4705@asus: …
(edit) @4249 [4249] 04/22/06 15:10:09 marcel Update inconsistent migrations documentation. Closes #4683. …
(edit) @4120 [4120] 04/01/06 19:14:17 david Doc fix (closes #4521)
(edit) @3970 [3970] 03/19/06 04:30:10 rick Remember kiddies, Dir[] uses Dir#glob, not a Regexp
(edit) @3966 [3966] 03/19/06 02:38:35 david Only run migrations that look like migrations
(edit) @3929 [3929] 03/18/06 16:28:40 david Styling
(edit) @3909 [3909] 03/18/06 03:32:38 david Fixed that Migration#execute would have the table name prefix appended to …
(edit) @3905 [3905] 03/18/06 03:02:32 david Added migrations support to the Sybase adapter (closes #4293) [John R. …
(edit) @3827 [3827] 03/09/06 18:38:39 minam Add suppress_messages to migrations, to temporarily turn off verbose …
(edit) @3760 [3760] 03/04/06 18:46:51 minam Make migrations verbose
(edit) @3389 [3389] 01/09/06 04:43:27 david Fix doc bug
(edit) @3017 [3017] 11/14/05 03:51:39 bitsweat Update documentation for Migrations. References #2861.
(edit) @2832 [2832] 10/31/05 15:43:02 csshsh Added that an DuplicateMigrationVersionError gets raised when multiple …
(edit) @2752 [2752] 10/26/05 13:29:11 david Add exception to example (closes #2315)
(edit) @2744 [2744] 10/26/05 13:05:48 david Fix docs (closes #2491)
(edit) @2352 [2352] 09/26/05 21:30:12 marcel Make migrations honor table name prefixes and suffixes.
(edit) @2285 [2285] 09/21/05 13:27:45 david Fixed migrations for Windows when using more than 10 [David Naseby]
(edit) @2269 [2269] 09/20/05 01:33:43 ulysses Improved migrations' behavior when the schema_info table is empty.
(edit) @2215 [2215] 09/12/05 05:33:18 david Added dump of schema version to the db_structure_dump task for databases …
(edit) @2157 [2157] 09/08/05 17:49:31 david Added documentation for #1904
(edit) @2105 [2105] 09/02/05 14:20:20 minam Make sure the schema_info table is created before querying the current …
(edit) @2100 [2100] 09/02/05 10:07:14 minam Add documentation for index_type argument to add_index method for …
(edit) @1781 [1781] 07/09/05 16:28:15 david Made target migrations actually work
(edit) @1780 [1780] 07/09/05 15:46:29 david Added a VERSION parameter to the migrate task that allows you to do "rake …
(edit) @1697 [1697] 07/05/05 07:19:20 david Sugared up migrations with even more bling #1609 [Tobias Luekte]
(edit) @1672 [1672] 07/04/05 18:51:02 david Added new Migrations framework for describing schema transformations in a …
(edit) @1394 [1394] 06/07/05 17:00:43 minam Sort the migration files explicitly so that they are always ordered …
(edit) @976 [976] 03/22/05 13:09:44 david Fixed documentation and prepared for 0.11.0 release
(edit) @819 [819] 03/01/05 14:50:48 david Ensure that the schema information table is available before doing any …
(add) @818 [818] 03/01/05 14:27:32 david Added preliminary support for an agile database migration technique …
Note: See TracRevisionLog for help on using the revision log.