Skip to content

docimin/fayevr.dev

Repository files navigation

Setting up Rails 7 Server

Edit the config/secrets.yml file to include the following

production:
  secret_key_base: <SomeKeyBaseString>

Compile assets for production mode:

RAILS_ENV=production bundle exec rails assets:clobber assets:precompile