How to use Rails Migrations - Part I
|
|
|
|
| Articles Reviews Ruby | |
| Written by Yavor Ivanov | |
| Wednesday, 21 March 2007 | |
|
{mos_sb_discuss:50} 1. What are Migrations ? Each migration file has a name starting with three digits and an underscore. Those digits are the representation of the migrations version (a bit like SVN), because they define the sequence in which the migrations are applied. To generate a migration type: ruby script/generate model user Read more Powered by jReviews |
|
| Last Updated ( Wednesday, 21 March 2007 ) | |
| < Prev | Next > |
|---|







