Skip to content

A simple self-contained example from which you can debug shrine, or post issues

Notifications You must be signed in to change notification settings

benkoshy/debugging-shrine-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small self-contained examples

1. Clone the repository and install the gems

  • git clone git@github.com:BKSpurgeon/debugging-shrine-example.git

  • Then run bundle install

2. Write your tests - either in the sequel or active record templates

We've used minitest - but you can easily substitute it for your own.

3. Run the test

  • bundle exec ruby active_record_template.rb
  • bundle exec ruby sequel_record_template.rb

4. Debugging Shrine Locally

  • 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.

5. Paste the script to a github issue

About

A simple self-contained example from which you can debug shrine, or post issues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages