rails-bootstrap icon indicating copy to clipboard operation
rails-bootstrap copied to clipboard

Rails 5.2

Open DanielKehoe opened this issue 7 years ago • 1 comments

Attempted to build the 'rails-bootstrap' example application with Rails Composer (built using rails_apps_composer 3.1.30) with Ruby 2.5.0 and Rails 5.2.0.rc1. Got the error:

init  recipe stage three
insert    config/secrets.yml
Error: The file /Users/danielkehoe/workspace/wip/rails-bootstrap/config/secrets.yml 
does not appear to exist

DanielKehoe avatar Feb 09 '18 07:02 DanielKehoe

That's because there are no more secrets in Rails 5.2 ( pun not intended) . Here is an article from Engine Yard explaining it: https://www.engineyard.com/blog/rails-encrypted-credentials-on-rails-5.2

konung avatar Mar 07 '18 20:03 konung