Displaying 20 results from an estimated 42 matches for "exception_notif".
2006 May 05
3
exception_notification plugin not sending mails in development on localhost
Hi everyone,
So, I''ve got exception_notification working now, but not in
development mode on localhost. In my ApplicationController, I''ve
added:
local_addresses.clear
Shouldn''t that be enough?
Thank you!
Sean
2010 May 06
0
Problems using exception_notification 2.3.3.0
Hi.
I am using rails 2.3.5
I just installed exception_notification 2.3.3.0 using ''sudo gem install
exception_notification''
I have add config.gem "exception_notification" in environment.rb and
''include ExceptionNotification::Notifiable'' in application_controller.rb
Now I am trying it out in development environm...
2006 Jul 01
1
exception_notification only happening one sub domain
folks.
I have dev.domain.org and qa.domain.org. I have two copies of same
rails application on the two diff subdomains.
When an error happens only dev.* exception_notification sends email.
For qa.* I get the RuntimeError. Not the 500.html file.
Donnow what''s happening. I am on Site5, FastCGI, Apache 1.33
Thx
ajay
--
Posted via http://www.ruby-forum.com/.
2006 May 05
1
NameError when running exception_notification plugin?
Hi all,
I installed the exception_notification plugin via ''script/plugin
install'', and when configure it and try to run it, I get:
NameError
uninitialized constant ExceptionNotifiable
This error occured while loading the following files:
application.rb
exception_notifiable.rb
In my application.rb, I added this...
2008 Mar 04
2
Action Mailer throwing underscores on template name
I''ve recently run into a problem with one of my applications that
refuses to send emails using ActionMailer.
Looking at the log, it become obvious what''s happening, the system is
looking for templates with underscores at the end. Notice the
exception_notification_ .
For example:
ActionView::ActionViewError (No rhtml, rxml, rjs or delegate template
found for exception_notification_ in /var/rails/nick_warren/releases/
20080303165433/vendor/plugins/exception_notification/lib/../views/
exception_notifier):
/usr/lib/ruby/gems/1.8/gems/actionpack-1.13...
2006 Apr 04
1
exception_notification crashes fast_cgi process
Hi List,
I''m using FastCGI on apache 1.3 and rails 1.8.2
When an execption notification occurs (whether it''s a 404 or 500) my
FastCGI process dies. I''m find it hard to get at the error, as
there''s no debug info in any of the logs (production.log, server
error.log or fastcgi crach log).
I''ve enabled noisy mailer errors, but nothing''s showing
2006 Mar 22
1
undefined method `respond_to'' when using Exception Notifier Plugin
I''m trying to use the exception notifier plugin and I''m getting this error
message:
NoMethodError (undefined method `respond_to'' for
#<Adm::PeriodController:0xb74c9804>):
/vendor/plugins/exception_notification/lib/exception_notifiable.rb:64:in
`render_500''
/vendor/plugins/exception_notification/lib/exception_notifiable.rb:76:in
`rescue_action_in_public''
Any suggestions? I suspect there is something missing. This project is
stored in cvs and it seems like it got confused by t...
2006 Oct 03
0
changes to the exception_notification plugin
...ult rails code instead of through the exception
_notificaiton plugin.
This is easily fixed if two changes occur:
- you wrap the ExceptionNotification module around the ActionController
module like so:
module ActionController
module ExceptionNotifiable
- in init.rb, add this:
require ''exception_notifiable''
that is all it takes to self register with the ActionController::Base,
which is what I think we really want.
Jamis, what do you (or anyone else for that matter) think?
Thanks again jamis for a killer plugin,
Adam
--~--~---------~--~----~------------~-------~--~----~
You received...
2010 Aug 17
1
how to get plugins to load
I un-commented the following in my environments.rb file
config.plugins = [ :all, :exception_notification, :ssl_requirement]
but I get the following errors:
in `ensure_all_registered_plugins_are_loaded!'': Could not locate the
following plugins: exception_notification and ssl_requirement
(LoadError)
from
/Users/mitch/.gem/ruby/1.8/gems/rails-2.3.2/lib/rails/plugin/loader.rb:44:in
`lo...
2006 Dec 26
15
is there a way to not repeat installing plugins?
i seem to be using the same plugins for all my sites and was wondering
if there is a way to make the process easier and faster?
is this what is called by "packing your own gems"?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2006 Apr 14
0
Trouble installing plugin?
Hello all --
I''m having trouble installing a plugin - exception_notification,
specifically. I''m developing on WinXP / Cygwin, with Rails 1.0 at the
moment.
$ ruby script/plugin discover
$ ruby script/plugin install exception_notification
svn: PROPFIND request failed on ''/rails/plugins''
svn: PROPFIND of ''/rails/plugins'': 4...
2011 Feb 18
1
Rails plugins new official maintainers
...opriate repo owner.
verification (https://github.com/sikachu/verification)
Prem Sichanugrist
Rishav Rastogi
country_select (https://github.com/chrislerum/country_select)
Mark Turner
Chris Lerum
Devdatta
dynamic_form (https://github.com/joelmoss/dynamic_form)
Prem Sichanugrist
Joel Moss
Devdatta
exception_notification (https://github.com/smartinez87/exception_notification)
Sebastián MartÃnez
Jason King
Devdatta
acts_as_list (https://github.com/swanandp/acts_as_list)
Mark Turner
Swanand Pagnis
hide_action (https://github.com/sikachu/hide_action)
Prem Sichanugrist
open_id_authentication (https://github.c...
2007 Nov 14
2
Exception Notification plugin options hash handling????? backwards merge?
...on code.
At first it looked easy. I just needed to ''mock'' some methods so that
I could mimic the controller, and (as it turned out the request since
there wasn''t one). it looked like I could set the sections list and
the host by calling:
ExceptionNotifier.deliver_exception_notification(
exception,
self, # Controller
nil, # Request
:host => "localhost", :sections => %w(environment backtrace)
)
Thinking that the code in ExceptionNotifier#exception_notification
would prefer the values in the options hash parameter o...
2006 Oct 05
3
Exception Notifier plugin has stopped working.
...rhtml partial.
It looks as if a method in the PP class is bombing. It says wrong
number of argument (1 for 0), but there is no method on that line with
only 1 argument.
Any help is appreciated.
---
ActionView::TemplateError (wrong number of arguments (1 for 0)) on line
#3 of
vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml:
1: <% for variable in @request.session.instance_variables -%>
2: <% next if variable =~ /^@db/ -%>
3: * <%= variable %>: <%=
PP.pp(@request.session.instance_variable_get(variable),"").gsub(/\n/,
"\n ").strip...
2007 May 24
3
Exception Notification Plugin Question
Hi,
I have two questions re the Exception Notifier plugin (i.e. which you
install via "ruby script/plugin install exception_notification")
Q1 - In it''s current setup (where it uses /public/500.html) is it possible
to remove the "Status: 500 Internal Server Error Content-Type: text/html"
text which seems to mysteriously get place at the top of the page?
Q2 - What''s the best way to add dynamic...
2007 Jan 06
6
Exception notifier not working
I installed the exception notifier via:
/script/plugin install -x exception_notification
It resides in the vendor/exception_notification directory (as
advertised). I''ve configured environment.rb with the following:
ExceptionNotifier.exception_recipients = %w(blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org)
ExceptionNotifier.sender_address = %("Application Er...
2010 Feb 23
2
Logging and Exceptions with Script Runner
I have cron jobs that run script/runner commands and I have two
questions:
1. Should logging be working when calling the logger methods from an
object within the script?
2. Should Exception Notification work when an exception occurs in the
script/runner?
Thanks!
Tom
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to
2009 Jan 11
1
FAILSAFE preventing errors from displaying?
.../!\ FAILSAFE /!\ Sat Jan 10 23:51:45 -0600 2009
Status: 500 Internal Server Error
(followed by the error message and stack trace)
I didn''t used to see anything like this, so I suspect it might have
something to do with what''s going on. I think this is also preventing
exception_notification from performing its duties properly. Any
suggestions?
--
Travis Warlick
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrai...
2006 Oct 16
2
Ferret::QueryParser::QueryParseException
...Exception occurred in foo#search:
Error occurred in src/q_parser.y:279 - yyerror
couldn''t parse query "com -- 404". Error message was syntax error
/where/gems/are/stored/gems/ferret-0.10.11/lib/ferret/index.rb:709 in
''parse''
(thanks to the excellent exception_notification plugin for what you see
above)
So I did a little research into the Exception, which only left me with
more questions. According to the RDoc for Ferret, the
Ferret::QueryParser#new method has a :clean_string option that should
escape any special characters, and by default it''s...
2009 May 12
2
rails 2.3.2 is not generating environment.rb properly
...sqlite3-ruby", :lib => "sqlite3"
# config.gem "aws-s3", :lib => "aws/s3"
# Only load the plugins named here, in the order given (default is
alphabetical).
# :all can be used as a placeholder for all plugins not explicitly
named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
# Skip frameworks you''re not going to use. To use Rails without a
database,
# you must remove the Active Record framework.
# config.frameworks -= [ :active_record, :active_resource,
:action_mailer ]
# Activate observers that should always be runni...