search for: exception_logger

Displaying 5 results from an estimated 5 matches for "exception_logger".

2008 Sep 23
0
exception_logger and protect_from_forgery
I am having a problem using the exception_logger plugin when I have protect_from_forgery enabled. Here is the line from application.rb: protect_from_forgery :secret => ''xxxx'' But I am getting: No :secret given to the #protect_from_forgery call. Set that or use a session store capable of generating its own keys (Cookie Sess...
2007 Apr 02
1
SVN Propget error linking to techno-weenie.net
After installing the plugin like this: ./script/plugin install -x http://svn.techno-weenie.net/projects/plugins/exception_logger/ I get this error when accessing the source repositories: svn: PROPFIND request failed on ''/projects/plugins/exception_logger/ init.rb'' svn: PROPFIND of ''/projects/plugins/exception_logger/init.rb'': Could not resolve hostname `svn.techno%2Dweenie.net'':...
2009 Aug 21
12
What to do before launching v1.0?
...iles - build a rake task for backups (thinking backing up the database and any paperclipped images that users have uploaded (cron?) to a tarball nightly and FTP’ing that tarball off the webhost nightly) - build in some sort of dynamic error alerting system to email when errors occur (a la hoptoad / exception_logger / make one) - clear down as much space as possible on your webhost (breathing space / housekeeping) - clear out as much unused code as possible from the app (make it easier to maintain) - comment the app code (yes, I know, should do this while going along) - write some tests and err test (I can ima...
2011 Nov 22
7
rake aborted with ruby on rails
...;'' is deprecated. Please use ''require ''rdoc/task'' (in RDoc 2.4.2+)'' instead. at /home/vishnu/.rvm/gems/ruby-1.8.7-p352-D9TI4Ms3gBgeRYYz77F+sQ@public.gmane.org/gems/rake-0.9.2.2/lib/rake/rdoctask.rb DEPRECATION WARNING: Rake tasks in vendor/plugins/exception_logger/tasks, vendor/plugins/jrails/tasks, vendor/plugins/jrails_auto_complete/tasks, and vendor/plugins/mongo_db_logger/tasks are deprecated. Use lib/tasks instead. (called from /home/vishnu/.rvm/gems/ruby-1.8.7-p352-D9TI4Ms3gBgeRYYz77F+sQ@public.gmane.org/gems/rails-2.3.11/lib/tasks/rails.rb:10) DEP...
2008 Jan 15
0
Problem with ruby-debug and rspec
...39;m loading. Basically any command which should normally work like p, or pp, gets passed through to a method_missing. I''m kind of stumped on this one... any ideas? -rabble I''ve got the following plugins installed: active_record_base_without_table annotate_models asset_packager exception_logger fixture_replacement query_reviewer rspec rspec_on_rails spatial_adapter svn white_list will_paginate ym4r_gm and am using the following gems: GeoRuby-1.3.2 RedCloth-3.0.4 has_finder-0.1.5 json-1.1.1 mocha-0.5.5 oauth ruby-hmac-0.3.1 brickhouse:~/code/fireeagle-rails/core/trunk rabble$ spec spec/c...