Skip to content

padrinobook/job-vacancy

Repository files navigation

PadrinoBook - The Guide To Master The Elegant Ruby Web Framework

CircleCI Coverage Status

This is the application written for my PadrinoBook. There are a lots of commits in there - so feel free to sniff around.

Build

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

Specs

Follow the style written under: http://www.betterspecs.org/#describe

License

This software is licensed under the MIT license.

© Matthias Günther [email protected].

About

A sample app written in Padrino for displaying job offers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages