Run Skinny app now!
./skinny db:migrate
./skinny run
I can see how to write controller code here:
src/main/scala/controller/CompaniesController.scala
Skinny ORM usage:
src/main/scala/model/Member.scala
Simple CRUD views:
src/main/webapp/WEB-INF/views/companies
./skinny db:migrate test
./skinny test
./skinny testOnly integrationtest.*Spec
- enable your GitHub repo on https://coveralls.io/
gem instanll travis
travis encrypt COVERALLS_REPO_TOKEN={your token} -add -r {github user}/{github repo}