Skip to content

Instantly share code, notes, and snippets.

@basgys
Created August 30, 2012 22:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basgys/3543670 to your computer and use it in GitHub Desktop.
Save basgys/3543670 to your computer and use it in GitHub Desktop.
Newsletter generation with emailvision4rails
$ 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment