README.md in georgia_mailer-0.1.3 vs README.md in georgia_mailer-0.8.0
- old
+ new
@@ -8,24 +8,16 @@
The install generator will add missing migrations and automatically migrate your database.
If you selected ElasticSearch as your indexer with Tire, your index will be created.
Finally, it will mount the engine in your routes.rb file under '/mailer'
- rails generate georgia_mailer:install
+ rails generate georgia:mailer:install
### Heroku
-Add Redis addon for Sidekiq
+Generate Georgia::Mailer::Message index:
- heroku addons:add redistogo
-
-Generate GeorgiaMailer::Message index:
-
- heroku run rake environment tire:import CLASS=GeorgiaMailer::Message FORCE=true
-
-Add sidekiq to your Procfile:
-
- worker: bundle exec sidekiq
+ heroku run rake environment georgia:mailer:create_indices
### Spam filtering
To avoid pesky spammers, Georgia Mailer uses Akismet system to filter spam messages.
\ No newline at end of file