Skip to content

eboutic/smartfocus4rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartfocus ruby on rails library

Smartfocus4rails is a library used to manage messages and campaigns or more simply newsletters from your rails application.

Build Status Code Climate Coverage Status Dependency Status

Install

Without bundler

$ gem install smartfocus4rails

With bundler

Past this line to your Gemfile

gem 'smartfocus4rails'

Setup

$ rails generate smartfocus4rails:setup

This will create the following config file : config/smartfocus.yml

Generator

$ rails generate newsletter standard daily weekly
	create  app/newsletters/standard_newsletter.rb
	create  app/views/standard_newsletter/daily.html.emv
	create  app/views/standard_newsletter/daily.text.emv
	create  app/views/standard_newsletter/weekly.html.emv
	create  app/views/standard_newsletter/weekly.text.emv

Publication

StandardNewsletter.daily.publish

Preview

StandardNewsletter.daily.to_html # or to_text

More infos

If you want to dig deeper, Go see our wiki pages.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published