No commit activity in last 3 years
No release in over 3 years
Plugin to integrate mailup into Alchemy
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

< 4.99, >= 4.0.0.beta
< 2, >= 0.0.2
 Project Readme

AlchemyKonoMailup

Description
AlcheemyKonoMailup is a Mailup connector to simplify registrations of custom forms in Mailup lists.

Installation

Add To your Gemfile

 gem 'alchemy_kono_mailup', '~> 0.0.1'

OR Install directly

 gem install alchemy_kono_mailup

Then in your rail application folder

 bin/rails g alchemy_kono_mailup:install
 bin/rails alchemy_kono_mailup:install:migrations 
 bin/rails db:migrate

Remember to configure the file created in the initializers

** Usage **

Create New Form Elemente

bin/rails g alchemy_kono_mailup:subscription_form SubFormName

options: See documentation with

bin/rails g alchemy_kono_mailup:subscription_form --help