[Rails] Re: exceptions_logger

2008-12-09 Thread Rick
Looks like your exception_logger hit the streets ready for Rails 1.2.6 maybe. logged_exceptions_helper.rb contains two references to ActionController::Pagination which is the way things used to be. Get this instead: git clone git://github.com/defunkt/exception_logger.git See site:

[Rails] Re: exceptions_logger

2008-12-09 Thread Petr Bobek
Rick wrote: Looks like your exception_logger hit the streets ready for Rails 1.2.6 maybe. logged_exceptions_helper.rb contains two references to ActionController::Pagination which is the way things used to be. Get this instead: git clone git://github.com/defunkt/exception_logger.git