Skip to content

Barebone Rails 7 application with devise and active_admin

Notifications You must be signed in to change notification settings

metastudio/rails-barebone

Repository files navigation

Bare Bone

Start

bundle exec rails db:setup
bundle exec rails db:seed
bundle exec foreman start -f Procfile.dev

Tests

bundle exec rspec spec

Deploy