Re: How to switch to production environment in heroku

2008-07-21 Thread nataskieva
Hi Baptiste, Your application must receive blessing from Heroku before the mode option is available. Request this blessing from Other tab of your app's Settings. Hope this helps, Natasha. On Jul 19, 1:52 pm, Baptiste Decroix [EMAIL PROTECTED] wrote: I don't have this mode section either.

Re: How to switch to production environment in heroku

2008-07-19 Thread 罗霄
Thanks for your help.And there is another question? After that, can I still update the code from the git? Thanks. Regards Tony Luo 2008/7/20 Kevin Triplett [EMAIL PROTECTED]: Choose Production from the Setting page in the Mode section. Kevin xiuxiu wrote: I try to run production in

Re: How to switch to production environment in heroku

2008-07-19 Thread 罗霄
Also, I found only the Rename,Public/Private,Collabrators in the Setting page.No mode.. 2008/7/20 罗霄 [EMAIL PROTECTED]: Thanks for your help.And there is another question? After that, can I still update the code from the git? Thanks. Regards Tony Luo 2008/7/20 Kevin Triplett [EMAIL

Re: How to switch to production environment in heroku

2008-07-19 Thread Kevin Triplett
You may need to make it public first. But you are on the correct page. 罗霄 wrote: Also, I found only the Rename,Public/Private,Collabrators in the Setting page.No mode.. 2008/7/20 罗霄 [EMAIL PROTECTED]: Thanks for your help.And there is another question? After that, can I still

Re: How to switch to production environment in heroku

2008-07-19 Thread Baptiste Decroix
I don't have this mode section either. Maybe you need to have a blessed app? Anyway try to uncomment the following line in config/environnment.rb ENV['RAILS_ENV'] ||= 'production' I'm not sure how to check it's working though 2008/7/19 Kevin Triplett [EMAIL PROTECTED]: Yes -- when you push