Sha256: 1a023f728b59033217dd20b380583aca760f09bcb603c31a1b146d646c019e6e
Contents?: true
Size: 448 Bytes
Versions: 30
Compression:
Stored size: 448 Bytes
Contents
<%= app_name %> ==== This is a Grape + Rack ([Gris](http://github.com/dylanfareed/gris)) hypermedia API service. Set-Up for Development --- - Fork this repo - Clone your fork locally - Bundle ``` cd your-fork-directory bundle ``` - Set up the database ``` RACK_ENV=test bundle exec rake db:create RACK_ENV=test bundle exec rake db:migrate ``` - Verify that [Rubocop](https://github.com/bbatsov/rubocop) and specs pass. ``` bundle exec rake ```
Version data entries
30 entries across 30 versions & 1 rubygems