Displaying 2 results from an estimated 2 matches for "error_mailer".
2006 Mar 22
3
strange issue locating a file
...thinking that the reference to
config/defaults.rb is handled differently on my Fedora development
system at home than it is handled on my Centos-4 server.
Any clues ? Both of these systems have the same ''routes.rb''
Craig
$ svn update
A app/models/notifier.rb
A app/models/error_mailer.rb
U app/models/facility.rb
U app/models/placement.rb
U app/controllers/application.rb
U app/controllers/reports_controller.rb
A app/views/notifier
A app/views/error_mailer
U app/views/login/_motd.rhtml
U app/views/placements/_form.rhtml
U app/views/placements/show.rhtml...
2006 Jul 03
5
stopping error mailer on development
I sleep better with it in place in production mode and I only get one
error notice - every once in a while for a problem that I have fixed in
development branch that I am not ready to merge in the main trunk yet. I
want to keep the error mailer code in place in development code for
obvious reasons and even though I can set up filters for my mail system,
how can I simply shut it off for development