edgarlatorre / rubyjobs2

A simple job listing app from Ruby Ireland (Ruby on Rails 3.2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple rails job board from Ruby Ireland, you can see the running website at www.rubyjobs.ie.

Dev Environment Setup

$ git clone git@github.com:GavinJoyce/rubyjobs2.git
$ cd rubyjobs2
$ bundle
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails server

Running Tests

$ rspec

About

A simple job listing app from Ruby Ireland (Ruby on Rails 3.2)

License:MIT License


Languages

Language:Ruby 77.7%Language:CSS 14.8%Language:JavaScript 7.5%