exception_logger icon indicating copy to clipboard operation
exception_logger copied to clipboard

exception_logger for Rails3

Results 4 exception_logger issues
Sort by recently updated
recently updated
newest added

``` $ bundle install Fetching source index for http://rubygems.org/ Bundler could not find compatible versions for gem "arel": In Gemfile: exception_logger (>= 0.1.11) ruby depends on arel (~> 1.0.0.rc1) ruby...

Hi QuBiT, I ran into a problem in the exception_logger where an Encoding::CompatibilityError in LoggedExceptions/show would be raised when I tried to view the stack trace web page for a...

It seems that will_paginate is no longer being supported and that Kaminari is the preferred pagination gem. I'm finding conflicts with gems like ActiveAdmin that use Kaminari which causes when...

My initializer code. Myapp::Application.config.after_initialize do LoggedExceptionsController.class_eval do load_and_authorize_resource end end When logged in as an unauthorized user I get redirected correctly once when the app is restarted but after that...