tenforwardconsulting / rails_application_template

Rails application template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capify improvements

boatrite opened this issue · comments

Should create dev, production stages by default
Should copy over environments/production.rb to environments/dev.rb and set 'configure all requests local' to true.

Make sure secrets.yml looks for SECRET_KEY_BASE for dev also (production is included automatically)