[Rails] Re: Couldn't find 'migration' generator

2014-10-20 Thread Pratap Patil
In Rails 2 we use ruby script/generate migration table_name On Thursday, September 25, 2014 12:43:12 PM UTC+5:30, M,Gopi M.gopinath wrote: Hi, I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6. I gave a command to generate a migration, Here as

[Rails] Re: Couldn't find 'migration' generator

2014-09-26 Thread eric felleiter
Isn't it just script/generate migration On Thursday, September 25, 2014 3:13:12 AM UTC-4, M,Gopi M.gopinath wrote: Hi, I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6. I gave a command to generate a migration, Here as follows, ruby

[Rails] Re: Couldn't find 'migration' generator

2014-09-25 Thread Matt Jones
On Thursday, 25 September 2014 03:13:12 UTC-4, M,Gopi M.gopinath wrote: Hi, I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6. I gave a command to generate a migration, Here as follows, ruby script/generate migration AddwebToDistributors