Sha256: 5b1f2d038c0eeafe9c094bbdcd25aeb2a68af2b146e3ed757292f3c3be428feb
Contents?: true
Size: 587 Bytes
Versions: 21
Compression:
Stored size: 587 Bytes
Contents
require "bard/template/helper" git :clone => "git://github.com/rails/exception_notification.git vendor/plugins/exception_notification" inside "vendor/plugins/exception_notification" do run "git checkout origin/2-3-stable" run "rm -rf .git" end file_inject "app/controllers/application_controller.rb", "class ApplicationController < ActionController::Base", <<-END include ExceptionNotifiable END file_append "config/environment.rb", <<-END ExceptionNotifier.exception_recipients = %w(micah@botandrose.com) END git :add => "." git :commit => "-m'added exception notifier.'"
Version data entries
21 entries across 21 versions & 1 rubygems