Color escape strings for the terminal show up in their raw form in the buffer. E.g.,
Processing RecipesController#index (for 127.0.0.1 at 2008-09-09 23:23:31) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==--7ef6f43b57609a3e950219ac3c2b32ce610fa569
Parameters: {"action"=>"index", "controller"=>"recipes"}
^[[4;36;1mSQL (0.116239)^[[0m ^[[0;1mSET NAMES 'utf8'^[[0m
^[[4;35;1mSQL (0.043234)^[[0m ^[[0mSET SQL_AUTO_IS_NULL=0^[[0m
^[[4;36;1mRecipe Load (0.221692)^[[0m ^[[0;1mSELECT * FROM `recipes` ^[[0m
Rendering template within layouts/application
Rendering recipes/index
^[[4;35;1mRecipe Columns (0.126255)^[[0m ^[[0mSHOW FIELDS FROM `recipes`^[[0m
^[[4;36;1mCategory Columns (0.084152)^[[0m ^[[0;1mSHOW FIELDS FROM `categories`^[[0m
^[[4;35;1mCategory Load (0.197408)[0m ^[[0mSELECT * FROM `categories` WHERE (`categories`.`id` = 1) ^[[0m
^[[4;36;1mCategory Load (0.002196)^[[0m ^[[0;1mSELECT * FROM `categories` WHERE (`categories`.`id` = 2) ^[[0m
Observed in, at least, Carbon Emacs (http://homepage.mac.com/zenitani/emacs-e.html). A possible solution has been posted
at http://groups.google.com/group/emacs-on-rails/browse_thread/thread/ce236495c7b47a5c.
|