A one stop shop to see how easily you can integrate Apostle into your Rails application.
To get started, simply set your Apostle Domain Key in the .env
file, run bundle install
and start the server with bundle exec rails s
.
Created with ♥ by Mal Curtis for Apostle
Twitter: snikchnz
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request