Sha256: 299a83e8b1e6e08a357759103a80bcafd3cfb90dac1772322d9bacdd1b45eee7
Contents?: true
Size: 501 Bytes
Versions: 6
Compression:
Stored size: 501 Bytes
Contents
## TheRole test App App for development and testing TheRole gem ### How to get? ``` git clone git@github.com:the-teacher/the_role.git cd the_role/spec/dummy_app/ bundle ``` ### Start it! ``` rake db:bootstrap_and_seed rails s ``` ### Test it! ``` rake db:bootstrap RAILS_ENV=test rspec --format documentation rspec spec/models/ --format documentation ``` ### Production mode ``` rake assets:build RAILS_ENV=production rake db:test_launch RAILS_ENV=production rails s -e production ```
Version data entries
6 entries across 6 versions & 1 rubygems