Project

ponch

0.0
No commit activity in last 3 years
No release in over 3 years
Simple email analytics for your Rails app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 3.0.0

Runtime

>= 1.4.7
>= 3.0.0
 Project Readme

Ponch

Simple email analytics for your Rails app

Information

Ponch lets you track opened emails if you're using your own sendmail server or Amazon SES.

Only works on Rails 3.x

It works by inserting an 1x1 tracking gif on your html emails and adding a controller that handles the request to that image.

Installation

Simply add in your Gemfile

gem 'ponch'

and then set in your config/environment.rb (or in each environment file) the details for

config.ponch.url_options = {host: "localhost", port: 3000}

And then Ponch takes care of the rest for you!

Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with Rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

Licence

Ponch is released under the MIT license.

Ponch