Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 519 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 519 Bytes

An example app displaying the usage of Sorcery.

Files of interest:

  • app/controllers/*
  • app/mailers/user_mailer.rb
  • app/models/user.rb
  • app/views/*
  • config/initializers/sorcery.rb
  • db/migrate/*

Development Environment – Docker

Run docker-compose up to start the container.

Use docker exec sorcery_example <command> to run a shell command.
For example:
docker exec sorcery_example rake db:migrate
docker exec sorcery_example bundle install