Following the example in the book Learn Ruby on Rails, I ran rails generate layout:install foundation5 --force
and then checked for the framework_and_overrides.css.scss file in the app/assets/stylesheets/ folder. It did not remove the simple.css file and I suspect did not modify the other files mentioned. This is setting up the Zurb Foundation layout stuff.
Any thoughts? Thanks in advance.