[Rails] [ANN] ResponseLogger Plugin

Francois Beausoleil francois.beausoleil at gmail.com
Tue Jul 25 23:43:13 GMT 2006


http://www.agilewebdevelopment.com/plugins/responselogger

From the README:

Ever wondered what exactly Rails returned in an RJS response ?  Here's
your chance to see it:

  ===> text/javascript (49 bytes)
  Element.replace('target', '<em>It works!</em>');

  <===

== ResponseLogger

Logging the response value is easy.  Simply install the plugin and it
works.  The plugin will not log the response body in non-development
mode.

== Installation

Nothing could be simpler:

  $ script/plugin source svn://svn.teksol.info/svn/rails/plugins
  $ script/plugin install response-logger

Alternatively, you can install using +svn:externals+ by doing:

  $ script/plugin source svn://svn.teksol.info/svn/rails/plugins
  $ script/plugin install -x response-logger

== License

This plugin is released under the MIT License.

I hope someone finds this useful.

Bye !
-- 
François Beausoleil
http://blog.teksol.info/


More information about the Rails mailing list