[Rails] Re: Need help in changing data in production.

2011-04-08 Thread Peter
On Apr 8, 2:21 am, Marco Antonio Filho wrote: > > I do agree with you. But I read so many articles that state that the > migrations are supposed only to contain the structure of the tables, not > changes in the records. > I get confused sometimes too, but what helps me is to think about it this w

Re: [Rails] Re: Need help in changing data in production.

2011-04-08 Thread Marco Antonio Filho
On Thu, Apr 7, 2011 at 4:02 PM, Ar Chron wrote: > Marco Antonio Filho wrote in post #991464: > > Now comes the problem. I need to deploy these > > changes > > in the production servers. I already have the script to update the > > changes, > > but I don't know what is the conventional place to put

[Rails] Re: Need help in changing data in production.

2011-04-07 Thread Ar Chron
Marco Antonio Filho wrote in post #991464: > Now comes the problem. I need to deploy these > changes > in the production servers. I already have the script to update the > changes, > but I don't know what is the conventional place to put it. Not in the > migrations, I know. Why not a migration? S