Bump rails to 7 and get tests passing. Also modified rakefile so rake

command would continue to run rspec as the default command.  Added
stylesheets to assets.rb so they'll be included when precompiling
assets in production.
This commit is contained in:
Nelson Jovel 2022-01-15 12:43:01 +01:00 committed by rebuilt
parent 24f22d3c46
commit b111b2f106
16 changed files with 113 additions and 93 deletions

View file

@ -9,4 +9,4 @@ Rails.application.config.assets.version = '1.0'
# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
# folder are already added.
# Rails.application.config.assets.precompile += %w( admin.js admin.css )
Rails.application.config.assets.precompile += %w( application.css sqm.css welcome.css)