Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 637 Bytes

File metadata and controls

17 lines (12 loc) · 637 Bytes

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

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