-
git clone git@github.com:BKSpurgeon/debugging-shrine-example.git
-
Then run
bundle install
We've used minitest - but you can easily substitute it for your own.
bundle exec ruby active_record_template.rb
bundle exec ruby sequel_record_template.rb
- If you want to debug shrine locally, clone the shrine repository and go to your Gemfile and set the path to the shrine repository to the directory in your computer.
- Don't forget to run
bundle install
.