Jobs engine for Refinery allows you to post vacancies to the jobs section of your website.
Key features:
RefineryCMS version 1.0.3 or later. Paperclip
Include the latest gem into your Refinery CMS application's Gemfile:
gem "refinerycms-jobs", :git => 'git://github.com/markcarlson/refinerycms-jobs'
Then type the following at command line inside your Refinery CMS application's root directory:
bundle install
rails generate refinerycms_jobs
rake db:migrate