No commit activity in last 3 years
No release in over 3 years
Ruby on Rails Applicants engine for Refinery CMS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Applicants engine for Refinery CMS

About

Adds a lightweight applicant management engine to your Refinery-based site. Visitors can apply to be part of your program, exhibit at your event, etc by filling out a form. You can add and edit questions for the form and manage visitor submissions via the Refinery admin interface.

Requirements

Refinery CMS version 1.0.x. This plugin does not work with Refinery 2.x. Sorry. It's extracted from a couple older Refinery sites that are still being maintained. Pull requests welcome if someone wants to modernize it :).

Installation

Include the latest gem into your Refinery CMS application's Gemfile:

gem "refinerycms-applicants"

Then run the following commands to install the Gem and migrate your database:

bundle install
rails generate refinerycms_applicants
rake db:migrate

If you wish to enable email notifications, log into the Refinery admin and edit the applicant_recipients setting. It should be the email address of the recipient, or can be a comma-delimited list of addresses.