[Rails] Is using script/console in live production environment ok?

2010-05-27 Thread james
I need to make some minor record changes in the database on my live production site. I use Capistrano to deploy. I know I can activate script/console by entering my /current Capistrano directory and running: RAILS_ENV=production script/console Are there any dangers or pitfalls to be aware of

Re: [Rails] Is using script/console in live production environment ok?

2010-05-27 Thread Andy Jeffries
On 27 May 2010 15:45, james hindle.ja...@gmail.com wrote: I need to make some minor record changes in the database on my live production site. I use Capistrano to deploy. I know I can activate script/console by entering my /current Capistrano directory and running: RAILS_ENV=production