Can anyone help me to solve this issue.But I am getting a error, saying that "Couldn't find 'migration' generator"I gave a command to generate a migration, Here as follows,Hi,I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6.
ruby script/generate migration AddwebToDistributors website:stringBest Regards,Gopinath M
But I am getting a error, saying that "Couldn't find 'migration' generator"I gave a command to generate a migration, Here as follows,Hi,I am trying to add a field in a existing table (database) in Rails 2.3.5 and ruby 1.8.6.
ruby script/generate migration AddwebToDistributors website:string
ruby script/generate migration table_name
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 website:string
But I am getting a error, saying that "Couldn't find 'migration' generator"