ryanb / exception_logger forked from defunkt/exception_logger

Don't use this fork, instead use the original by defunkt as that has these changes merged in.

This URL has Read+Write access

exception_logger / init.rb
4a10be2a » ryanb 2008-05-04 adding support for will_pag... 1 require 'will_paginate' unless Kernel.const_defined? 'WillPaginate'
dc223837 » defunkt 2008-01-13 modify the plugin to use (a... 2 WillPaginate.enable
3 LoggedExceptionsController.view_paths = [File.join(directory, 'views')]