Skip to content

dummy rails 7 project as an example of refactoring

Notifications You must be signed in to change notification settings

dniid/association

 
 

Repository files navigation

README

This is a dummy Rails 7 project created as a bad example of code to be refactored.

Setup

asdf shell ruby 3.3.0
asdf shell nodejs 20.11.0

bundle

yarn

bundle exec rails app:update:bin

bin/rails db:create db:migrate db:seed

Start the project

bin/dev

Run specs

bin/rails db:create db:migrate RAILS_ENV=test

bundle exec rspec

About

dummy rails 7 project as an example of refactoring

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 74.2%
  • HTML 19.9%
  • Dockerfile 2.9%
  • JavaScript 1.4%
  • Other 1.6%