search for: exception_notifi

Displaying 14 results from an estimated 14 matches for "exception_notifi".

Did you mean: exception_notifier
2008 Jan 08
0
How do I call the exception_notifier from my own rescue_action_in_public ?
Hi all! I''ve been using the excellent exception_nofitier ( http://agilewebdevelopment.com/plugins/exception_notifier ) a while now, but want to change the way it interacts with my application. I now have my own rescue_action_in_public which takes me to a "Error. Describe the problem"-page. After filling out some user data the user can then click on submit. This is where the problem comes: I want to...
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 th...
2011 Feb 17
3
Handling InvalidAuthenticityToken from bots
I''m using exception_notifier to get an email when a 500 error occurs in production. Lately I''m seeing a lot of nonsensical POSTs show up that cause an InvalidAuthenticityToken error. All the fields contain random characters. (For instance, "search_title"=>"BHQWTZpjGeb") Is there a way to det...
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 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...
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:...
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...
2008 Jun 20
0
random InvalidAuthenticityToken errors
My login controller seems to be randomly raising InvalidAuthenticityToken errors. I''m using exception_notifier so I''ve got pretty solid debug output, but I can''t see any pattern to it. They are real users with different IPs and different who sometimes try repeatedly to join or log in and mail me when they can''t, so I don''t think it''s any kind of bot. And it...
2010 Oct 19
0
Exception Notifier. . .2 questions
...to go a bit further and filter session and environment as well as I have customer CC information in session during a single request. Am I missing some configuration for this or any advice on how to do it? Which leads to. . . 2) I''ve placed the exception notifier erb files in app/views/ exception_notifier but the application refuses to load them going to the plugin files instead. Worse come to worse I was just going to get rid of session and param (though highly undesirable compared to #1). Thanks for any pointers on a direction to go! Gerald -- You received this message because you are subsc...
2007 Aug 16
0
Update from RoR 1.1.6 - 1.2.3 Rake fails
.... []# rake test --trace (in /var/www/matrix.1.7.15) ** Invoke test (first_time) ** Execute test ** Invoke test:units (first_time) ** Invoke db:test:prepare (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! Expected /var/www/matrix.1.7.15/config/../vendor/plugins/ exception_notification/lib/exception_notifier.rb to define ExceptionNotifier /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/dependencies.rb:249:in `load_missing_constant'' /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/ active_support/dependencies.rb:452:in `const_missi...
2006 Nov 07
2
ActionMailer outside of Rails?
Does anyone know of issues using ActionMailer outside of Rails? I''m already selectively using ActiveRecord, so I thought perhaps I could use ActionMailer as well. (To solve one of those last minute "And could you make the app email me if it throws any errors" questions that was never in the original spec...) When I built a single file to test with, it worked fine and I
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
2008 May 05
2
Deploying to a staging server using Capistrano: how to start up BackgrounDRb?
...p_backgroundrb, :roles => :app do run "cd #{release_path} && ./script/backgroundrb -e staging stop" end desc "Restart the backgroundrb server" task :restart_backgroundrb, :roles => :app do stop_backgroundrb start_backgroundrb end ------- Here''s the exception_notifier backtrace: [RAILS_ROOT]/vendor/plugins/backgroundrb/lib/backgroundrb.rb:81:in `dump_object'' [RAILS_ROOT]/vendor/plugins/backgroundrb/lib/backgroundrb.rb:98:in `new_worker'' [RAILS_ROOT]/app/models/uploader.rb:54:in `start_thumbnail_worker'' [RAILS_ROOT]/app/c...
2008 Mar 11
3
ActionController::NotImplemented (Only requests are allowed.)
We have a bunch of strange entries in our error log, and don''t know exactly what they mean: The errors are as follows ActionController::NotImplemented (Only requests are allowed.): /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/ routing.rb:1437:in `recognize_path'' /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/ routing.rb:1424:in