padrinobook / job-vacancy

A sample app written in Padrino for displaying job offers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 matthias@padrinobook.com.

About

A sample app written in Padrino for displaying job offers


Languages

Language:Ruby 79.9%Language:HTML 18.8%Language:JavaScript 1.0%Language:CSS 0.3%