Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 659 Bytes

File metadata and controls

20 lines (12 loc) · 659 Bytes

Apostle Rails Example Application

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.

Who

Created with ♥ by Mal Curtis for Apostle

Twitter: snikchnz

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request