This is the application written for my PadrinoBook. There are a lots of commits in there - so feel free to sniff around.
Get the code
git clone https://github.com/padrinobook/job-vacancy
Install dependencies:
cd job-vacancy && bundle
Create all databases:
bundle exec rake ar:create:all
Run migrations:
bundle exec padrino rake ar:migrate -e production && bundle exec padrino rake ar:migrate -e test
Run the tests:
bundle exec rspec
Start the app:
bundle exec padrino s
Follow the style written under: http://www.betterspecs.org/#describe
This software is licensed under the MIT license.
© Matthias Günther [email protected].