StackRescue

Rails 3 and 4 apps can automatically see Google search results for the exception that was just raised in their Rails logs

Installation

Add this line to your application's Gemfile:

gem 'stack_rescue'

And then execute:

$ bundle

Or install it yourself as:

$ gem install stack_rescue

Usage

After installing, you should see output like this in your Rails logs. Note, this doesn't interfere with better_errors either!

stack_rescue

Contributing

  1. Fork it ( https://github.com/[my-github-username]/stack_rescue/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request