You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails 5.2 beta is out and I tried generating the 'learn-rails' example application with Rails Composer. It fails because The file /config/secrets.yml does not appear to exist. Note that Rails 5.2 no longer uses the /config/secrets.yml file. We'll have to change the 'learn-rails' example application and rewrite Book Two to use the new Rails 5.2 Encrypted Credentials feature. See RailsApps/rails_apps_composer#366
Also it looks like Devise (authentication) will fail with Rails 5.2. See heartcombo/devise#4710
The text was updated successfully, but these errors were encountered:
I'm able to build and run the 'learn-rails' example application with Rails Composer (built using rails_apps_composer 3.1.30) with Ruby 2.5.0 and Rails 5.2.0.rc1.
Using RVM, I get lots of rake warnings with Ruby 2.5.0 like
Rails 5.2 beta is out and I tried generating the 'learn-rails' example application with Rails Composer. It fails because The file /config/secrets.yml does not appear to exist. Note that Rails 5.2 no longer uses the /config/secrets.yml file. We'll have to change the 'learn-rails' example application and rewrite Book Two to use the new Rails 5.2 Encrypted Credentials feature. See RailsApps/rails_apps_composer#366
Also it looks like Devise (authentication) will fail with Rails 5.2. See heartcombo/devise#4710
The text was updated successfully, but these errors were encountered: