ahoy_email
First-party email analytics for Rails
File Explorer
Download Latest Version (.zip)- config.yml
- issue.md
- build.yml
- messages_controller.rb
- click.rb
- message.rb
- routes.rb
- actionmailer72.gemfile
- actionmailer80.gemfile
- mongoid8.gemfile
- mongoid9.gemfile
- database_subscriber.rb
- engine.rb
- mailer.rb
- message_subscriber.rb
- observer.rb
- processor.rb
- redis_subscriber.rb
- tracker.rb
- utils.rb
- version.rb
- migration.rb.tt
- mongoid.rb.tt
- activerecord_generator.rb
- mongoid_generator.rb
- migration.rb.tt
- model_activerecord.rb.tt
- model_lockbox.rb.tt
- mongoid.rb.tt
- mongoid_lockbox.rb.tt
- activerecord_generator.rb
- mongoid_generator.rb
- clicks_generator.rb
- messages_generator.rb
- ahoy_email.rb
- application_controller.rb
- home_controller.rb
- application_mailer.rb
- child_mailer.rb
- click_mailer.rb
- extra_mailer.rb
- message_mailer.rb
- parent_mailer.rb
- unmailed_mailer.rb
- url_options_mailer.rb
- user_mailer.rb
- utm_params_mailer.rb
- user.rb
- database.yml
- routes.rb
- schema.rb
- click.rb
- message.rb
- user.rb
- mongoid.rb
- click_test.rb
- clicks_generator_test.rb
- extra_test.rb
- inheritance_test.rb
- message_test.rb
- messages_generator_test.rb
- subscriber_test.rb
- test_helper.rb
- token_test.rb
- unmailed_test.rb
- user_test.rb
- utm_params_test.rb
- .gitignore
- ahoy_email.gemspec
- CHANGELOG.md
- CONTRIBUTING.md
- Gemfile
- LICENSE.txt
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ankane/ahoy_email
Downloads the entire project code from GitHub to your computer.
cd ahoy_email
Moves into the project folder you just downloaded.
2. Ruby
Easy RecommendedPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
bundle exec rake test
Type this command into your terminal and run it.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
