[Rails-core] Re: RAILS_MASTER_KEY in development

2018-01-11 Thread Steven Jeffries
Thanks for the reply, this looks promising! Do you know if there is any documentation on this somewhere? I seem to have gridlocked myself switching between branches. Now I can't run rails even with the original key. Do you know if there's a way to turn off the encryption (at least temporarily)

[Rails-core] Re: RAILS_MASTER_KEY in development

2018-01-10 Thread Stefan Daschek
Am 09.01.18 um 23:33 schrieb Steven Jeffries: Starting a new rails 5.2 app generates a key in config/master.key. That file is added to the .gitignore, so when other members of my team check it out, they do not have the key. If another member of my team checks out the repo and attempts to run t