README.md in status_cat-0.1.0 vs README.md in status_cat-0.1.1
- old
+ new
@@ -15,10 +15,14 @@
* ActionMailer
* ActiveRecord
* AWS S3
* Delayed Job
* Stripe
+ * Fitbit
+ * Profiles.io
+ * SendHub
+ * Twilio
## Getting Started
1. Add this to your `Gemfile` and `bundle install`
@@ -38,25 +42,26 @@
All configuration should go in `config/initializers/status_cat.rb`.
Status.configure do |config|
- config.authenticate_with do
- authenticate!
- end
+ config.authenticate_with do
+ authenticate!
+ end
- config.authorize_with do
- authorize!
- end
+ config.authorize_with do
+ authorize!
+ end
- config.layout = 'admin'
+ config.layout = 'admin'
- config.noreply = 'noreply@schrodingersbox.com'
- config.to = 'ops@schrodingersbox.com'
- config.from = 'ops@schrodingersbox.com'
- config.subject = "#{Rails.env.upcase} StatusCat Failure"
+ config.noreply = 'noreply@schrodingersbox.com'
+ config.to = 'ops@schrodingersbox.com'
+ config.from = 'ops@schrodingersbox.com'
+ config.subject = "#{Rails.env.upcase} StatusCat Failure"
+ config.enabled = [ :action_mailer, :active_record ]
end
## How To
### Configure Enabled Checkers
@@ -148,19 +153,20 @@
* [Add Achievement Badges to Your Gem README](http://elgalu.github.io/2013/add-achievement-badges-to-your-gem-readme/)
* [Publishing your gem](http://guides.rubygems.org/publishing/)
## History
-Version 0.0.2 = Rails 3 compatible
-Version 0.0.3 = Rails 4 compatible
+ * Version 0.0.2 = Rails 3 compatible
+ * Version 0.0.3 = Rails 4 compatible
## TODO
-* Add disk space checker with externally configurable limit
-* Add Zencoder checker?
-* Add NewRelic checker?
+ * Add disk space checker with externally configurable limit
+ * Add Zencoder checker?
+ * Add NewRelic checker?
-* Dynamically create rake tasks for each checker
+ * Dynamically create rake tasks for each checker
-* Doc
- * General checker concept
- * Shared spec
+ * Doc
+ * General checker concept
+ * Shared spec
+ * Env vars to configure services