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

Development

Runtime

 Project Readme

Subscriptions engine for Refinery CMS.

About

Simple Refinery's subscriptions engine that allow users to subscribe to newsletter.

Features

  • Frontend subscription form
  • Email notification to admin
  • Confirm subscription - TODO
  • Export emails to CSV - TODO

Installation

Include gem into your Gemfile:

gem "refinerycms-subscriptions", '~> 0.0.1'

Inside your Refinery CMS application's root directory run:

bundle install
rails generate refinery:subscriptions
rake db:migrate
rake db:seed

Customize view

To customize view override subscription form by running

rake refinery:override view=refinery/subscriptions/shared/_subscription

Attribution

Inspired by and modeled like RefineryCMS Inquiries engine

https://github.com/refinery/refinerycms-inquiries