Navigation Menu

Skip to content

Commit

Permalink
use hoptoad notifier in production
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrec1 committed Aug 6, 2010
1 parent 8c9f98a commit 63142d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hoptoad.rb
@@ -0,0 +1,3 @@
HoptoadNotifier.configure do |config|
config.api_key = 'YOUR API KEY'
end
2 changes: 2 additions & 0 deletions main.rb
Expand Up @@ -23,6 +23,7 @@
gem "pickle", :git => "git://github.com/codegram/pickle.git", :group => :cucumber

gem "newrelic_rpm", ">=2.12.3", :group => :production
gem "hoptoad_notifier", '>=2.3.3', :group => :production

gem 'inploy'

Expand Down Expand Up @@ -57,6 +58,7 @@
get "http://github.com/dcrec1/rails3_template/raw/master/build.sh", "build.sh"
get "http://github.com/dcrec1/rails3_template/raw/master/overlay.png", "public/images/overlay.png"
get "http://github.com/dcrec1/rails3_template/raw/master/newrelic.yml", "config/newrelic.yml"
get "http://github.com/dcrec1/rails3_template/raw/master/hoptoad.rb", "config/initializers/hoptoad.rb"
get "http://github.com/dcrec1/rails3_template/raw/master/htaccess", "public/.htaccess"

create_file 'config/deploy.rb', <<-DEPLOY
Expand Down

0 comments on commit 63142d9

Please sign in to comment.