I''m using RadRails and I have to create a migration file. I used the cmd window to create the file but now I need to edit and I don''t know how to access it through RaidRails. Does anybody know? What''s another way to access the file Thanks -- Posted via http://www.ruby-forum.com/.
On Aug 1, 2006, at 1:58 PM, Robert Smith wrote:> I''m using RadRails and I have to create a migration file. I used the > cmd window to create the file but now I need to edit and I don''t know > how to access it through RaidRails. Does anybody know? What''s > another > way to access the file > > ThanksUse the Generators View. Select "migration" from the drop down, and type a name for the migration. You''ll then find the migration in db/migrate/... If you used a terminal to generate the file, you''ll have to right click on the project directory and click "refresh" to make it visible. -Mat
Mat Schaffer wrote:> On Aug 1, 2006, at 1:58 PM, Robert Smith wrote: > >> I''m using RadRails and I have to create a migration file. I used the >> cmd window to create the file but now I need to edit and I don''t know >> how to access it through RaidRails. Does anybody know? What''s >> another >> way to access the file >> >> Thanks > > Use the Generators View. Select "migration" from the drop down, and > type a name for the migration. > You''ll then find the migration in db/migrate/... > > If you used a terminal to generate the file, you''ll have to right > click on the project directory and click "refresh" to make it visible. > -Matthanks Mat, I see it! yahoo -- Posted via http://www.ruby-forum.com/.