Metadata


Name
exception_notification
Version
4.0.0
Platform
ruby
Authors
Jamis Buck
Josh Peek
Bindir
bin
Date
2013-07-06 00:00:00 UTC
Dependencies
actionmailer (>= 3.0.4)
activesupport (>= 3.0.4)
rails (>= 3.0.4, development)
resque (~> 1.2.0, development)
sidekiq (~> 2.0, development)
tinder (~> 1.8, development)
httparty (~> 0.10.2, development)
mocha (>= 0.13.0, development)
sqlite3 (>= 1.3.4, development)
coveralls (~> 0.6.5, development)
appraisal (>= 0, development)
Email
smartinez87@gmail.com
Files
.gemtest
.gitignore
.travis.yml
Appraisals
CHANGELOG.rdoc
CONTRIBUTING.md
Gemfile
Gemfile.lock
README.md
Rakefile
examples/sinatra/Gemfile
examples/sinatra/Gemfile.lock
examples/sinatra/Procfile
examples/sinatra/README.md
examples/sinatra/config.ru
examples/sinatra/sinatra_app.rb
exception_notification.gemspec
gemfiles/rails3_1.gemfile
gemfiles/rails3_2.gemfile
gemfiles/rails4_0.gemfile
lib/exception_notification.rb
lib/exception_notification/rack.rb
lib/exception_notification/rails.rb
lib/exception_notification/resque.rb
lib/exception_notification/sidekiq.rb
lib/exception_notifier.rb
lib/exception_notifier/campfire_notifier.rb
lib/exception_notifier/email_notifier.rb
lib/exception_notifier/notifier.rb
lib/exception_notifier/views/exception_notifier/_backtrace.html.erb
lib/exception_notifier/views/exception_notifier/_backtrace.text.erb
lib/exception_notifier/views/exception_notifier/_data.html.erb
lib/exception_notifier/views/exception_notifier/_data.text.erb
lib/exception_notifier/views/exception_notifier/_environment.html.erb
lib/exception_notifier/views/exception_notifier/_environment.text.erb
lib/exception_notifier/views/exception_notifier/_request.html.erb
lib/exception_notifier/views/exception_notifier/_request.text.erb
lib/exception_notifier/views/exception_notifier/_session.html.erb
lib/exception_notifier/views/exception_notifier/_session.text.erb
lib/exception_notifier/views/exception_notifier/_title.html.erb
lib/exception_notifier/views/exception_notifier/_title.text.erb
lib/exception_notifier/views/exception_notifier/background_exception_notification.html.erb
lib/exception_notifier/views/exception_notifier/background_exception_notification.text.erb
lib/exception_notifier/views/exception_notifier/exception_notification.html.erb
lib/exception_notifier/views/exception_notifier/exception_notification.text.erb
lib/exception_notifier/webhook_notifier.rb
lib/generators/exception_notification/install_generator.rb
lib/generators/exception_notification/templates/exception_notification.rb
test/dummy/.gitignore
test/dummy/Gemfile
test/dummy/Gemfile.lock
test/dummy/Rakefile
test/dummy/app/controllers/application_controller.rb
test/dummy/app/controllers/posts_controller.rb
test/dummy/app/helpers/application_helper.rb
test/dummy/app/helpers/posts_helper.rb
test/dummy/app/models/post.rb
test/dummy/app/views/exception_notifier/_new_bkg_section.html.erb
test/dummy/app/views/exception_notifier/_new_bkg_section.text.erb
test/dummy/app/views/exception_notifier/_new_section.html.erb
test/dummy/app/views/exception_notifier/_new_section.text.erb
test/dummy/app/views/layouts/application.html.erb
test/dummy/app/views/posts/_form.html.erb
test/dummy/app/views/posts/new.html.erb
test/dummy/app/views/posts/show.html.erb
test/dummy/config.ru
test/dummy/config/application.rb
test/dummy/config/boot.rb
test/dummy/config/database.yml
test/dummy/config/environment.rb
test/dummy/config/environments/development.rb
test/dummy/config/environments/production.rb
test/dummy/config/environments/test.rb
test/dummy/config/initializers/backtrace_silencers.rb
test/dummy/config/initializers/inflections.rb
test/dummy/config/initializers/mime_types.rb
test/dummy/config/initializers/secret_token.rb
test/dummy/config/initializers/session_store.rb
test/dummy/config/locales/en.yml
test/dummy/config/routes.rb
test/dummy/db/migrate/20110729022608_create_posts.rb
test/dummy/db/schema.rb
test/dummy/db/seeds.rb
test/dummy/lib/tasks/.gitkeep
test/dummy/public/404.html
test/dummy/public/422.html
test/dummy/public/500.html
test/dummy/public/favicon.ico
test/dummy/public/images/rails.png
test/dummy/public/index.html
test/dummy/public/javascripts/application.js
test/dummy/public/javascripts/controls.js
test/dummy/public/javascripts/dragdrop.js
test/dummy/public/javascripts/effects.js
test/dummy/public/javascripts/prototype.js
test/dummy/public/javascripts/rails.js
test/dummy/public/robots.txt
test/dummy/public/stylesheets/.gitkeep
test/dummy/public/stylesheets/scaffold.css
test/dummy/script/rails
test/dummy/test/fixtures/posts.yml
test/dummy/test/functional/posts_controller_test.rb
test/dummy/test/test_helper.rb
test/exception_notifier/campfire_notifier_test.rb
test/exception_notifier/email_notifier_test.rb
test/exception_notifier/webhook_notifier_test.rb
test/exception_notifier_test.rb
test/test_helper.rb
Homepage
http://smartinez87.github.com/exception_notification
Licenses
MIT
Require paths
lib
Required ruby version
>= 0
Required rubygems version
>= 0
Rubygems version
1.8.23
Specification version
3
Summary
Exception notification for Rails apps
Test files
test/dummy/.gitignore
test/dummy/Gemfile
test/dummy/Gemfile.lock
test/dummy/Rakefile
test/dummy/app/controllers/application_controller.rb
test/dummy/app/controllers/posts_controller.rb
test/dummy/app/helpers/application_helper.rb
test/dummy/app/helpers/posts_helper.rb
test/dummy/app/models/post.rb
test/dummy/app/views/exception_notifier/_new_bkg_section.html.erb
test/dummy/app/views/exception_notifier/_new_bkg_section.text.erb
test/dummy/app/views/exception_notifier/_new_section.html.erb
test/dummy/app/views/exception_notifier/_new_section.text.erb
test/dummy/app/views/layouts/application.html.erb
test/dummy/app/views/posts/_form.html.erb
test/dummy/app/views/posts/new.html.erb
test/dummy/app/views/posts/show.html.erb
test/dummy/config.ru
test/dummy/config/application.rb
test/dummy/config/boot.rb
test/dummy/config/database.yml
test/dummy/config/environment.rb
test/dummy/config/environments/development.rb
test/dummy/config/environments/production.rb
test/dummy/config/environments/test.rb
test/dummy/config/initializers/backtrace_silencers.rb
test/dummy/config/initializers/inflections.rb
test/dummy/config/initializers/mime_types.rb
test/dummy/config/initializers/secret_token.rb
test/dummy/config/initializers/session_store.rb
test/dummy/config/locales/en.yml
test/dummy/config/routes.rb
test/dummy/db/migrate/20110729022608_create_posts.rb
test/dummy/db/schema.rb
test/dummy/db/seeds.rb
test/dummy/lib/tasks/.gitkeep
test/dummy/public/404.html
test/dummy/public/422.html
test/dummy/public/500.html
test/dummy/public/favicon.ico
test/dummy/public/images/rails.png
test/dummy/public/index.html
test/dummy/public/javascripts/application.js
test/dummy/public/javascripts/controls.js
test/dummy/public/javascripts/dragdrop.js
test/dummy/public/javascripts/effects.js
test/dummy/public/javascripts/prototype.js
test/dummy/public/javascripts/rails.js
test/dummy/public/robots.txt
test/dummy/public/stylesheets/.gitkeep
test/dummy/public/stylesheets/scaffold.css
test/dummy/script/rails
test/dummy/test/fixtures/posts.yml
test/dummy/test/functional/posts_controller_test.rb
test/dummy/test/test_helper.rb
test/exception_notifier/campfire_notifier_test.rb
test/exception_notifier/email_notifier_test.rb
test/exception_notifier/webhook_notifier_test.rb
test/exception_notifier_test.rb
test/test_helper.rb
Original platform
ruby
New platform
ruby