Re: [Rails] Missing production secret_key_base in rails

2014-05-19 Thread Hassan Schroeder
On Mon, May 19, 2014 at 3:22 PM, Benjamin Iandavid Rodriguez wrote: > I made that recommendation as he stated that the answer from github was to > set the secret keybase using export. So please dont be rude and have a > little more respect for those who aren't as experienced as you are. My apolo

Re: [Rails] Missing production secret_key_base in rails

2014-05-19 Thread Benjamin Iandavid Rodriguez
Hey Hassan, While I agree that having the secret key base defined in the secrets.yml file is better, remember that this feature was introduced in Rails 4.1 How would you know if this is the case? I made that recommendation as he stated that the answer from github was to set the secret keybase us

Re: [Rails] Missing production secret_key_base in rails

2014-05-19 Thread Hassan Schroeder
On Mon, May 19, 2014 at 11:22 AM, Benjamin Iandavid Rodriguez wrote: > If using bash edit your ~/.bashrc or ~/.bash_profile and add that line, if > using zsh edit your ~/.zshrc reload your terminal, restart your app and > you're done Right, because having that information in a file called 'secret

Re: [Rails] Missing production secret_key_base in rails

2014-05-19 Thread Benjamin Iandavid Rodriguez
If using bash edit your ~/.bashrc or ~/.bash_profile and add that line, if using zsh edit your ~/.zshrc reload your terminal, restart your app and you're done 2014-05-19 1:27 GMT-07:00 Reza Ardestani : > Hi, > > I have asked this question on > github

[Rails] Missing production secret_key_base in rails

2014-05-19 Thread Reza Ardestani
Hi, I have asked this question on github . Senny answered me to set export SECRET_KEY_BASE =d1f4810e662acf46a33960e3aa5bd0 in your peoduction server. but I do not know how to set that. I am deploying in openshift. I also have