Skip to content

Repository files navigation

README

GitHub actions

Run

 bash github_actions_helper.sh 

to check GitHub actions errors

OR

Run the following command to check for RuboCop offenses

bundle exec rubocop 

Ensure test db works

bin/rails db:test:prepare

Then run

bin/rails test

Annotate

add annotate in Gemfile

group :development do
  gem "annotate"
end

Then install

bundle install

Install annotate configuration

bin/rails generate annotate:install

Add annotate to existing models

bundle exec annotate

If you run into File.exists?('./Rakefile') error when running bundle exec annotate, then Run

bundle exec ruby script/fix_annotate.rb

to patch annotate when using latest version of rails and ruby.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages