<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.DS_Store</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,17 +6,4 @@ development:
   database: chat_sandbox
   username: root
   password:
-  host: localhost
-
-# Warning: The database defined as &quot;test&quot; will be erased and
-# re-generated from your development database when you run &quot;rake&quot;.
-# Do not set this db to the same as development or production.
-test:
-  adapter: sqlite3
-  database: db/test.sqlite3
-  timeout: 5000
-
-production:
-  adapter: sqlite3
-  database: db/production.sqlite3
-  timeout: 5000
+  host: localhost
\ No newline at end of file</diff>
      <filename>config/database.yml</filename>
    </modified>
    <modified>
      <diff>@@ -1,5440 +0,0 @@
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000137)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000139)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mSQL (0.000626)*[0m   *[0;1mCREATE DATABASE `chat_sandbox` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_general_ci`*[0m
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000144)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000130)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mSQL (0.000392)*[0m   *[0;1mSHOW TABLES*[0m
-  *[4;35;1mSQL (0.119296)*[0m   *[0mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB*[0m
-  *[4;36;1mSQL (0.024053)*[0m   *[0;1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)*[0m
-  *[4;35;1mSQL (0.000718)*[0m   *[0mSHOW TABLES*[0m
-  *[4;36;1mSQL (0.000530)*[0m   *[0;1mSELECT version FROM schema_migrations*[0m
-  *[4;35;1mSQL (0.000260)*[0m   *[0mSELECT version FROM schema_migrations*[0m
-Migrating to CreateUsers (20080805055948)
-  *[4;36;1mSQL (0.000259)*[0m   *[0;1mSELECT version FROM schema_migrations*[0m
-  *[4;35;1mSQL (0.000508)*[0m   *[0mSHOW TABLES*[0m
-  *[4;36;1mSQL (0.002166)*[0m   *[0;1mCREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `login` varchar(255) DEFAULT NULL NULL, `email` varchar(255) DEFAULT NULL NULL, `crypted_password` varchar(40) DEFAULT NULL NULL, `salt` varchar(40) DEFAULT NULL NULL, `created_at` datetime DEFAULT NULL NULL, `updated_at` datetime DEFAULT NULL NULL, `remember_token` varchar(255) DEFAULT NULL NULL, `remember_token_expires_at` datetime DEFAULT NULL NULL) ENGINE=InnoDB*[0m
-  *[4;35;1mSQL (0.000744)*[0m   *[0mINSERT INTO schema_migrations (version) VALUES ('20080805055948')*[0m
-Migrating to CreateChatRooms (20080805060321)
-  *[4;36;1mSQL (0.000420)*[0m   *[0;1mSELECT version FROM schema_migrations*[0m
-  *[4;35;1mSQL (0.003175)*[0m   *[0mCREATE TABLE `chat_rooms` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255) DEFAULT NULL NULL, `description` varchar(255) DEFAULT NULL NULL, `created_at` datetime DEFAULT NULL NULL, `updated_at` datetime DEFAULT NULL NULL) ENGINE=InnoDB*[0m
-  *[4;36;1mSQL (0.000785)*[0m   *[0;1mINSERT INTO schema_migrations (version) VALUES ('20080805060321')*[0m
-  *[4;35;1mSQL (0.000522)*[0m   *[0mSELECT version FROM schema_migrations*[0m
-  *[4;36;1mSQL (0.000867)*[0m   *[0;1mSHOW TABLES*[0m
-  *[4;35;1mSQL (0.002890)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;36;1mSQL (0.002420)*[0m   *[0;1mdescribe `chat_rooms`*[0m
-  *[4;35;1mSQL (0.001063)*[0m   *[0mSHOW KEYS FROM `chat_rooms`*[0m
-  *[4;36;1mSQL (0.003105)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mSQL (0.001946)*[0m   *[0mdescribe `users`*[0m
-  *[4;36;1mSQL (0.001006)*[0m   *[0;1mSHOW KEYS FROM `users`*[0m
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 01:16:43) [GET]
-  Session ID: 63e4ac16045d92d38e1a69d19b63c451
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000168)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000142)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mChatRoom Load (0.000536)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/chat_rooms
-Rendering chat_rooms/index
-Completed in 0.00940 (106 reqs/sec) | Rendering: 0.00257 (27%) | DB: 0.00085 (9%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#new (for 127.0.0.1 at 2008-08-05 01:16:45) [GET]
-  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
-SGFzaHsABjoKQHVzZWR7AA==--e9168d533f649e8919b1ca95d23c0d4ce8401409
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;35;1mChatRoom Columns (0.003147)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Rendering template within layouts/chat_rooms
-Rendering chat_rooms/new
-Completed in 0.01514 (66 reqs/sec) | Rendering: 0.00600 (39%) | DB: 0.00315 (20%) | 200 OK [http://localhost/chat_rooms/new]
-
-
-Processing ChatRoomsController#create (for 127.0.0.1 at 2008-08-05 01:16:55) [POST]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;commit&quot;=&gt;&quot;Create&quot;, &quot;chat_room&quot;=&gt;{&quot;name&quot;=&gt;&quot;Hockey&quot;, &quot;description&quot;=&gt;&quot;A Chat room for hockey&quot;}, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;create&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.004520)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mSQL (0.000226)*[0m   *[0mBEGIN*[0m
-  *[4;36;1mChatRoom Create (0.000397)*[0m   *[0;1mINSERT INTO `chat_rooms` (`name`, `updated_at`, `description`, `created_at`) VALUES('Hockey', '2008-08-05 06:16:55', 'A Chat room for hockey', '2008-08-05 06:16:55')*[0m
-  *[4;35;1mSQL (0.000817)*[0m   *[0mCOMMIT*[0m
-Redirected to http://localhost:3000/chat_rooms/1
-Completed in 0.01432 (69 reqs/sec) | DB: 0.00596 (41%) | 302 Found [http://localhost/chat_rooms]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:16:56) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoLbm90aWNlIidDaGF0Um9vbSB3YXMgc3VjY2Vzc2Z1bGx5IGNyZWF0
-ZWQuBjoKQHVzZWR7BjsHRg==--7206adcbb1b7b468963f48e834fc439fdf0b58ab
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.002669)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000771)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/chat_rooms
-Rendering chat_rooms/show
-Completed in 0.01221 (81 reqs/sec) | Rendering: 0.00285 (23%) | DB: 0.00344 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:36:26) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoLbm90aWNlIidDaGF0Um9vbSB3YXMgc3VjY2Vzc2Z1bGx5IGNyZWF0
-ZWQuBjoKQHVzZWR7BjsHVA==--3c58fff3f6ff38fd599693878acfe6523803807f
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000179)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000140)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mChatRoom Columns (0.003297)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000769)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.01697 (58 reqs/sec) | Rendering: 0.00504 (29%) | DB: 0.00438 (25%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:42:25) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.003325)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001405)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.01667 (59 reqs/sec) | Rendering: 0.00578 (34%) | DB: 0.00473 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:43:26) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.004763)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.002561)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02034 (49 reqs/sec) | Rendering: 0.00381 (18%) | DB: 0.00732 (36%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 01:43:34) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000608)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.136080)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.26489 (3 reqs/sec) | Rendering: 0.12297 (46%) | DB: 0.13669 (51%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:43:38) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.003690)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001317)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.01442 (69 reqs/sec) | Rendering: 0.00328 (22%) | DB: 0.00501 (34%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:48:51) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Columns (0.002796)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000701)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.01335 (74 reqs/sec) | Rendering: 0.00278 (20%) | DB: 0.00350 (26%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing Base#index (for 127.0.0.1 at 2008-08-05 01:56:41) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {}
-
-
-Errno::ENOENT (No such file or directory - /Users/taelor/test/config/routes.rb):
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:242:in `stat'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:242:in `reload'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:130:in `reload_application'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:161:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:272:in `run_callbacks'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:106:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:57:57) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000179)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000140)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mChatRoom Columns (0.002587)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000506)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.01595 (62 reqs/sec) | Rendering: 0.00678 (42%) | DB: 0.00341 (21%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 01:58:43) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000172)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000149)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-
-
-NoMethodError (undefined method `logged_in?' for #&lt;ChatRoomsController:0x2cc34d4&gt;):
-    /app/controllers/chat_rooms_controller.rb:99:in `is_logged_in?'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:161:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:430:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:592:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing Base#index (for 127.0.0.1 at 2008-08-05 01:59:28) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {}
-
-
-NoMethodError (undefined method `Include' for ApplicationController:Class):
-    /app/controllers/application.rb:6
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:214:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:95:in `require_or_load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:60:in `depend_on'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:456:in `require_dependency'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:18:in `define_dispatcher_callbacks'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:177:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:177:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:161:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:272:in `run_callbacks'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:128:in `reload_application'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:161:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:90:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:272:in `run_callbacks'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:106:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:00:18) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000178)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000136)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00036 (2809 reqs/sec) | DB: 0.00031 (88%) | 302 Found [http://localhost/chat_rooms/1]
-
-
-Processing ApplicationController#index (for 127.0.0.1 at 2008-08-05 02:00:18) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHRg==--4f36d4532d79c08da0c68dec980821b2d86b06af
-  Parameters: {}
-
-
-ActionController::RoutingError (No route matches &quot;/login&quot; with {:method=&gt;:get}):
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (not_found)
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 02:00:22) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHVA==--f9fa7d3c05812e1993ba1da052f267c8a42dfc4c
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000616)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003330)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01752 (57 reqs/sec) | Rendering: 0.00664 (37%) | DB: 0.00395 (22%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:00:26) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00028 (3521 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/chat_rooms/1]
-
-
-Processing ApplicationController#index (for 127.0.0.1 at 2008-08-05 02:00:26) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHRg==--4f36d4532d79c08da0c68dec980821b2d86b06af
-  Parameters: {}
-
-
-ActionController::RoutingError (No route matches &quot;/login&quot; with {:method=&gt;:get}):
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:67:in `recognize_path'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (not_found)
-
-
-Processing ApplicationController#index (for 127.0.0.1 at 2008-08-05 02:01:29) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHVA==--f9fa7d3c05812e1993ba1da052f267c8a42dfc4c
-  Parameters: {}
-
-
-ActionController::MethodNotAllowed (Only get, head, post, put, and delete requests are allowed.):
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/recognition_optimisation.rb:65:in `recognize_path'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:384:in `recognize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (method_not_allowed)
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-05 02:01:42) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000179)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000142)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00555 (180 reqs/sec) | Rendering: 0.00339 (60%) | DB: 0.00032 (5%) | 200 OK [http://localhost/login]
-
-
-Processing UsersController#new (for 127.0.0.1 at 2008-08-05 02:01:48) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;users&quot;}
-Rendering template within layouts/application
-Rendering users/new
-Completed in 0.00554 (180 reqs/sec) | Rendering: 0.00297 (53%) | DB: 0.00000 (0%) | 200 OK [http://localhost/signup]
-
-
-Processing UsersController#create (for 127.0.0.1 at 2008-08-05 02:02:00) [POST]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-ZjciCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--f3b4295e3010ab8ae4570772d4f9e3eceb4a0589
-  Parameters: {&quot;user&quot;=&gt;{&quot;password_confirmation&quot;=&gt;&quot;hackme&quot;, &quot;login&quot;=&gt;&quot;taelor&quot;, &quot;password&quot;=&gt;&quot;hackme&quot;, &quot;email&quot;=&gt;&quot;taelor@slightlycoded.com&quot;}, &quot;commit&quot;=&gt;&quot;Sign up&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;create&quot;, &quot;controller&quot;=&gt;&quot;users&quot;}
-Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
-  *[4;36;1mUser Columns (0.003769)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mSQL (0.000218)*[0m   *[0mBEGIN*[0m
-  *[4;36;1mSQL (0.081572)*[0m   *[0;1mSELECT `login` FROM `users` WHERE (LOWER(`users`.login) = 'taelor') *[0m
-  *[4;35;1mSQL (0.001040)*[0m   *[0mSELECT `email` FROM `users` WHERE (LOWER(`users`.email) = 'taelor@slightlycoded.com') *[0m
-  *[4;36;1mUser Create (0.000367)*[0m   *[0;1mINSERT INTO `users` (`salt`, `updated_at`, `crypted_password`, `remember_token_expires_at`, `remember_token`, `login`, `email`, `created_at`) VALUES('198c9032639a7dfe37fbb70c79222c2b5c3e8401', '2008-08-05 07:02:00', 'ffad92f79233cca131f3dc94136cfb910b11cef2', NULL, NULL, 'taelor', 'taelor@slightlycoded.com', '2008-08-05 07:02:00')*[0m
-  *[4;35;1mSQL (0.001000)*[0m   *[0mCOMMIT*[0m
-Redirected to http://localhost:3000/
-Completed in 0.10422 (9 reqs/sec) | DB: 0.08797 (84%) | 302 Found [http://localhost/users]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 02:02:00) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm
-b3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlG--0948082baa3f11cfd14f2ce759595b7fa76af600
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000602)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002607)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01272 (78 reqs/sec) | Rendering: 0.00413 (32%) | DB: 0.00321 (25%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:02:03) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm
-b3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--5c5bce50e7fbad0000dfada82f83f23215b4ec16
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003676)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001010)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002940)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001148)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03061 (32 reqs/sec) | Rendering: 0.00525 (17%) | DB: 0.00877 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:02:07) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;hey&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003768)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001075)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002491)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001394)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `r' for #&lt;ActionView::Base:0x2da5d70&gt;):
-    /app/controllers/chat_rooms_controller.rb:90:in `__instance_exec0'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/object/extending.rb:52:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/object/extending.rb:52:in `instance_exec'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/prototype_helper.rb:581:in `initialize'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:112:in `new'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:112:in `render'
-    /app/controllers/chat_rooms_controller.rb:89:in `send_data'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:02:55) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003710)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000986)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002899)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000698)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Completed in 0.02988 (33 reqs/sec) | Rendering: 0.00071 (2%) | DB: 0.01702 (56%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:03:01) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;cool&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003824)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001038)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002756)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000952)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Completed in 0.03084 (32 reqs/sec) | Rendering: 0.00076 (2%) | DB: 0.00857 (27%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ApplicationController#send_data (for 127.0.0.1 at 2008-08-05 02:55:22) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-
-
-SyntaxError (/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:88: syntax error, unexpected ']', expecting ')'
-      render :juggernaut =&gt; {:type =&gt; :send_to_channels, :channels =&gt; [(params[:id]] } do |page|
-                                                                                    ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:89: syntax error, unexpected tSYMBEG, expecting ')'
-        page.insert_html :bottom, 'chat_room', &quot;&lt;p&gt;#{current_user.login}: #{h params[:chat_input]}&lt;/p&gt;&quot;
-                          ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:89: syntax error, unexpected ',', expecting ')'
-        page.insert_html :bottom, 'chat_room', &quot;&lt;p&gt;#{current_user.login}: #{h params[:chat_input]}&lt;/p&gt;&quot;
-                                              ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:91: syntax error, unexpected kEND, expecting ')'
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:93: syntax error, unexpected kEND, expecting ')'
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:106: syntax error, unexpected kEND, expecting ')'):
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:214:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:95:in `require_or_load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:260:in `load_missing_constant'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:467:in `const_missing'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:479:in `const_missing'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/inflector.rb:283:in `constantize'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/string/inflections.rb:143:in `constantize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:386:in `recognize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ApplicationController#send_data (for 127.0.0.1 at 2008-08-05 02:55:28) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-
-
-SyntaxError (/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:88: syntax error, unexpected ']', expecting ')'
-      render :juggernaut =&gt; {:type =&gt; :send_to_channels, :channels =&gt; [(params[:id]] } do |page|
-                                                                                    ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:89: syntax error, unexpected tSYMBEG, expecting ')'
-        page.insert_html :bottom, 'chat_room', &quot;&lt;p&gt;#{current_user.login}: #{h params[:chat_input]}&lt;/p&gt;&quot;
-                          ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:89: syntax error, unexpected ',', expecting ')'
-        page.insert_html :bottom, 'chat_room', &quot;&lt;p&gt;#{current_user.login}: #{h params[:chat_input]}&lt;/p&gt;&quot;
-                                              ^
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:91: syntax error, unexpected kEND, expecting ')'
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:93: syntax error, unexpected kEND, expecting ')'
-/Users/taelor/Desktop/chat_sandbox/app/controllers/chat_rooms_controller.rb:106: syntax error, unexpected kEND, expecting ')'):
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_without_new_constant_marking'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:214:in `load_file'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:95:in `require_or_load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:260:in `load_missing_constant'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:467:in `const_missing'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:479:in `const_missing'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/inflector.rb:283:in `constantize'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/string/inflections.rb:143:in `constantize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/routing/route_set.rb:386:in `recognize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:148:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:57:35) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003679)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000930)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02146 (46 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00461 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:57:37) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004570)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002001)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003141)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000695)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03019 (33 reqs/sec) | Rendering: 0.00349 (11%) | DB: 0.01041 (34%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:57:51) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.001938)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000889)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.01846 (54 reqs/sec) | Rendering: 0.00053 (2%) | DB: 0.00283 (15%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:58:08) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004087)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000897)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002647)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000825)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02887 (34 reqs/sec) | Rendering: 0.00385 (13%) | DB: 0.00846 (29%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 02:58:58) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000588)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002051)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01108 (90 reqs/sec) | Rendering: 0.00240 (21%) | DB: 0.00264 (23%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-05 02:58:59) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000660)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003379)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01335 (74 reqs/sec) | Rendering: 0.00314 (23%) | DB: 0.00404 (30%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:59:02) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003706)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000950)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002266)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000749)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02647 (37 reqs/sec) | Rendering: 0.00329 (12%) | DB: 0.00767 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:59:08) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003686)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000978)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02163 (46 reqs/sec) | Rendering: 0.00056 (2%) | DB: 0.00466 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-05 02:59:49) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003797)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001002)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002783)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001767)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02938 (34 reqs/sec) | Rendering: 0.00333 (11%) | DB: 0.00935 (31%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-05 02:59:54) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMDdjM2U5ZmUzMzUyZGM2YmQyYmY3YzQ1OGE2ODlj
-Zjc6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--4fc8d8faa84ddd10d54a3e202a1a3d17adbf5525
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;7c9ec4dadb5a50d41e68a81e8d4d7ec5bf80b22a&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003649)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001054)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02142 (46 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00470 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 07:44:34) [GET]
-  Session ID: a05a3fd47ac32a58a4afcb67cd75746a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000179)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000123)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mChatRoom Load (0.000715)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003309)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.02765 (36 reqs/sec) | Rendering: 0.00656 (23%) | DB: 0.00433 (15%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#new (for 127.0.0.1 at 2008-08-06 07:44:48) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2UiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--50a8e848e9f947a08e6819617c1bf0a91356dd40
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00029 (3449 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/chat_rooms/new]
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-06 07:44:48) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2UiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHRg==--60c425dbabc7fcf25d7139851586707d80bbf477
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00413 (242 reqs/sec) | Rendering: 0.00214 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/login]
-
-
-Processing SessionsController#create (for 127.0.0.1 at 2008-08-06 07:44:52) [POST]
-  Session ID: BAh7BzoMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2UiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHVA==--f31679d53a21b69e1b1c0bbd6ee05ca39bb62161
-  Parameters: {&quot;commit&quot;=&gt;&quot;Log in&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;create&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;, &quot;password&quot;=&gt;&quot;hackme&quot;, &quot;login&quot;=&gt;&quot;taelor&quot;}
-  *[4;36;1mUser Columns (0.003728)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000962)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`login` = 'taelor') LIMIT 1*[0m
-Redirected to http://localhost:3000/
-Completed in 0.01685 (59 reqs/sec) | DB: 0.00469 (27%) | 302 Found [http://localhost/session]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 07:44:52) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp
-biBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlG--74e6dd1939957ad4c943ac1a3b1b673c1d26de2f
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000604)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002603)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01147 (87 reqs/sec) | Rendering: 0.00299 (26%) | DB: 0.00321 (27%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 07:44:54) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp
-biBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--f48117e0fd8a014f51ebe7883f50307c0381a244
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003238)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000735)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002571)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000763)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02670 (37 reqs/sec) | Rendering: 0.00538 (20%) | DB: 0.00731 (27%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:12:43) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000177)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000140)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003877)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001424)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002532)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000629)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.09994 (10 reqs/sec) | Rendering: 0.07498 (75%) | DB: 0.00878 (8%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:12:55) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003757)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000954)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002943)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000752)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02838 (35 reqs/sec) | Rendering: 0.00370 (13%) | DB: 0.00841 (29%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:14:39) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003733)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000946)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002956)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000768)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02830 (35 reqs/sec) | Rendering: 0.00343 (12%) | DB: 0.00840 (29%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:16:19) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000176)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000142)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.004390)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000899)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003153)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000754)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.10131 (9 reqs/sec) | Rendering: 0.07546 (74%) | DB: 0.00951 (9%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:16:42) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;}
-
-
-ActiveRecord::RecordNotFound (Couldn't find User without an ID):
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1360:in `find_from_ids'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:537:in `find'
-    /app/controllers/connections_controller.rb:3:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (not_found)
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 08:17:32) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000588)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003999)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01499 (66 reqs/sec) | Rendering: 0.00461 (30%) | DB: 0.00459 (30%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:17:33) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003723)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000975)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002947)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000688)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02812 (35 reqs/sec) | Rendering: 0.00328 (11%) | DB: 0.00833 (29%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:17:36) [GET]
-  Session ID: 4354aa06cff1c05120ab5dc8135e7286
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003728)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001008)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02104 (47 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00474 (22%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:10) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003828)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000947)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02174 (45 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00478 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:19) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003801)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000942)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02197 (45 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00474 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:21) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfasdf&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.001930)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001115)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02131 (46 reqs/sec) | Rendering: 0.00030 (1%) | DB: 0.00305 (14%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:22) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003904)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000963)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02156 (46 reqs/sec) | Rendering: 0.00057 (2%) | DB: 0.00487 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:23) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004070)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000872)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02310 (43 reqs/sec) | Rendering: 0.00073 (3%) | DB: 0.00494 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:23) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003374)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000940)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02315 (43 reqs/sec) | Rendering: 0.00048 (2%) | DB: 0.00431 (18%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:24) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003721)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001080)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02261 (44 reqs/sec) | Rendering: 0.00050 (2%) | DB: 0.00480 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:24) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;aa&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003264)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000946)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02291 (43 reqs/sec) | Rendering: 0.00136 (5%) | DB: 0.00421 (18%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:24) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003757)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002403)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02389 (41 reqs/sec) | Rendering: 0.00062 (2%) | DB: 0.00616 (25%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:30) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003712)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001008)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02269 (44 reqs/sec) | Rendering: 0.00075 (3%) | DB: 0.00472 (20%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:31) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002697)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000734)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02021 (49 reqs/sec) | Rendering: 0.00051 (2%) | DB: 0.00343 (16%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:31) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003737)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000957)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02233 (44 reqs/sec) | Rendering: 0.00062 (2%) | DB: 0.00469 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:31) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004071)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000925)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02241 (44 reqs/sec) | Rendering: 0.00061 (2%) | DB: 0.00500 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:32) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004166)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001474)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02516 (39 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00564 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:32) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003157)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001002)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02152 (46 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00416 (19%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:32) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003323)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000957)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02156 (46 reqs/sec) | Rendering: 0.00055 (2%) | DB: 0.00428 (19%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:33) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004684)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001054)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02319 (43 reqs/sec) | Rendering: 0.00060 (2%) | DB: 0.00574 (24%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:33) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003215)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000973)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02223 (44 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00419 (18%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:18:39) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003930)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000885)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02233 (44 reqs/sec) | Rendering: 0.00067 (2%) | DB: 0.00482 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:30:28) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;                 n&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003741)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000952)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02155 (46 reqs/sec) | Rendering: 0.00059 (2%) | DB: 0.00469 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:30:45) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.427151)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000956)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002426)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000626)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.45000 (2 reqs/sec) | Rendering: 0.00326 (0%) | DB: 0.43116 (95%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 08:30:45) [GET]
-  Session ID: 09a6a817ad796862e2c572986fc35914
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004017)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002354)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02528 (39 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00637 (25%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:30:48) [GET]
-  Session ID: 318f8688778d21d83a034bde82f11399
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003101)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002144)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.01973 (50 reqs/sec) | Rendering: 0.00030 (1%) | DB: 0.00524 (26%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:31:55) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003737)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000978)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002604)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000744)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.10726 (9 reqs/sec) | Rendering: 0.08318 (77%) | DB: 0.00806 (7%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 08:31:55) [GET]
-  Session ID: 7c0bd31c699d98815a0449ad3c0856b0
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003780)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001033)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02351 (42 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00481 (20%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:31:57) [GET]
-  Session ID: 50a6f3c59aad0f1e2b39f2ab02bffc09
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003809)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000996)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02044 (48 reqs/sec) | Rendering: 0.00037 (1%) | DB: 0.00481 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:32:50) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003793)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000887)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002251)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000625)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02776 (36 reqs/sec) | Rendering: 0.00454 (16%) | DB: 0.00756 (27%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 08:32:50) [GET]
-  Session ID: 3c9eebec6be29e8717b07fbc12a626d9
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003831)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002316)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02630 (38 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00615 (23%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:32:53) [GET]
-  Session ID: 8c88f658b151d08489f96dd372503a2d
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003051)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000938)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.01821 (54 reqs/sec) | Rendering: 0.00030 (1%) | DB: 0.00399 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:56) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;asdfa&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003781)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000937)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.09730 (10 reqs/sec) | Rendering: 0.00058 (0%) | DB: 0.00472 (4%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:56) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003673)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001087)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02165 (46 reqs/sec) | Rendering: 0.00058 (2%) | DB: 0.00476 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:57) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003770)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000969)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02183 (45 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00474 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:57) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003760)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000952)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02220 (45 reqs/sec) | Rendering: 0.00033 (1%) | DB: 0.00471 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:57) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003704)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000961)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02167 (46 reqs/sec) | Rendering: 0.00061 (2%) | DB: 0.00467 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:57) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004190)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000989)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02202 (45 reqs/sec) | Rendering: 0.00058 (2%) | DB: 0.00518 (23%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:58) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003641)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001147)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02256 (44 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00479 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:58) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003096)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002934)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02214 (45 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00603 (27%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:58) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003776)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000958)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02264 (44 reqs/sec) | Rendering: 0.00182 (8%) | DB: 0.00473 (20%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:58) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003777)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000890)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02104 (47 reqs/sec) | Rendering: 0.00060 (2%) | DB: 0.00467 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:58) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003390)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000948)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02258 (44 reqs/sec) | Rendering: 0.00165 (7%) | DB: 0.00434 (19%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:59) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003742)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000945)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02193 (45 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00469 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:59) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003911)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000940)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02418 (41 reqs/sec) | Rendering: 0.00041 (1%) | DB: 0.00485 (20%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:59) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003658)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000986)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02255 (44 reqs/sec) | Rendering: 0.00064 (2%) | DB: 0.00464 (20%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:32:59) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003770)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000984)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02226 (44 reqs/sec) | Rendering: 0.00062 (2%) | DB: 0.00475 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 08:35:17) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003764)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001272)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02192 (45 reqs/sec) | Rendering: 0.00057 (2%) | DB: 0.00504 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:35:44) [GET]
-  Session ID: 04838e8c555680eec30534f65727f09b
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00033 (3030 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/chat_rooms/1]
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-06 08:35:44) [GET]
-  Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
-SGFzaHsGOgplcnJvciIiWW91IG11c3QgYmUgbG9nZ2VkIGluIHRvIGNoYXQG
-OgpAdXNlZHsGOwZG--97626e0addd9a0c614cbf1def6acd122611946f7
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00418 (239 reqs/sec) | Rendering: 0.00214 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/login]
-
-
-Processing UsersController#new (for 127.0.0.1 at 2008-08-06 08:35:50) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHVA==--7b9d3d1de2baf79db54a204fc57a27524fb5bc9d
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;users&quot;}
-Rendering template within layouts/application
-Rendering users/new
-Completed in 0.00450 (222 reqs/sec) | Rendering: 0.00251 (55%) | DB: 0.00000 (0%) | 200 OK [http://localhost/signup]
-
-
-Processing UsersController#create (for 127.0.0.1 at 2008-08-06 08:36:03) [POST]
-  Session ID: BAh7BzoMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--939147e4fd97da930f8278bfe9322390860aa951
-  Parameters: {&quot;user&quot;=&gt;{&quot;password_confirmation&quot;=&gt;&quot;hackme&quot;, &quot;login&quot;=&gt;&quot;thredden&quot;, &quot;password&quot;=&gt;&quot;hackme&quot;, &quot;email&quot;=&gt;&quot;asdf&quot;}, &quot;commit&quot;=&gt;&quot;Sign up&quot;, &quot;authenticity_token&quot;=&gt;&quot;a77d7b002b386a18331712e3fddbd545e109129b&quot;, &quot;action&quot;=&gt;&quot;create&quot;, &quot;controller&quot;=&gt;&quot;users&quot;}
-Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
-  *[4;36;1mUser Columns (0.003798)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mSQL (0.000238)*[0m   *[0mBEGIN*[0m
-  *[4;36;1mSQL (0.000449)*[0m   *[0;1mSELECT `login` FROM `users` WHERE (LOWER(`users`.login) = 'thredden') *[0m
-  *[4;35;1mSQL (0.000309)*[0m   *[0mSELECT `email` FROM `users` WHERE (LOWER(`users`.email) = 'asdf') *[0m
-  *[4;36;1mUser Create (0.000425)*[0m   *[0;1mINSERT INTO `users` (`salt`, `updated_at`, `crypted_password`, `remember_token_expires_at`, `remember_token`, `login`, `email`, `created_at`) VALUES('b553f3e1aa402fd36e03a31cf0b84e9f39bfd4a0', '2008-08-06 13:36:03', 'af9ea6a7a6690b2302df238869d67cc66210b5bb', NULL, NULL, 'thredden', 'asdf', '2008-08-06 13:36:03')*[0m
-  *[4;35;1mSQL (0.001650)*[0m   *[0mCOMMIT*[0m
-Redirected to http://localhost:3000/
-Completed in 0.02154 (46 reqs/sec) | DB: 0.00687 (31%) | 302 Found [http://localhost/users]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 08:36:03) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm
-b3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlG--49a991fa4c6ab10aaa7db5f7fd1cb1b53429e71f
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000602)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002703)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01178 (84 reqs/sec) | Rendering: 0.00310 (26%) | DB: 0.00330 (28%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 08:36:06) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm
-b3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--9977ec176e8fdb8c227be90482b3334532c0f6a0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003836)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001412)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002429)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000634)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02730 (36 reqs/sec) | Rendering: 0.00326 (11%) | DB: 0.00831 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 08:36:08) [GET]
-  Session ID: 6cc7c2870c86b298b7dc8d02ba1af0d5
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm\nb3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--9977ec176e8fdb8c227be90482b3334532c0f6a0&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.007537)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001310)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02491 (40 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00885 (35%) | 200 OK [http://localhost/connections/login?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm%0Ab3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--9977ec176e8fdb8c227be90482b3334532c0f6a0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 08:36:16) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000603)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003337)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01296 (77 reqs/sec) | Rendering: 0.00366 (28%) | DB: 0.00394 (30%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 08:36:16) [GET]
-  Session ID: 1d02a95b301e4fb9ee3f42754b98bf03
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm\nb3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--9977ec176e8fdb8c227be90482b3334532c0f6a0&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003713)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001019)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.09911 (10 reqs/sec) | Rendering: 0.00033 (0%) | DB: 0.00473 (4%) | 200 OK [http://localhost/connections/logout?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG1RoYW5rcyBm%0Ab3Igc2lnbmluZyB1cCEGOgpAdXNlZHsGOwlU--9977ec176e8fdb8c227be90482b3334532c0f6a0&amp;channels[]=1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:25:10) [GET]
-  Session ID: 0f2ba250883fdd8e462a01fffe23f618
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003700)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000964)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Errno::ECONNREFUSED (Connection refused - connect(2)):
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `initialize'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `new'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:79:in `each'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:79:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:61:in `remove_channels_from_clients'
-    /app/controllers/connections_controller.rb:22:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:25:13) [GET]
-  Session ID: 04b089516d108d9bb13637d36f5141a2
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003579)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000936)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02082 (48 reqs/sec) | Rendering: 0.00039 (1%) | DB: 0.00918 (44%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 09:26:09) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000593)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003160)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01424 (70 reqs/sec) | Rendering: 0.00432 (30%) | DB: 0.00375 (26%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:26:09) [GET]
-  Session ID: 1d17db13511a278a9317360159bdded3
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003854)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001152)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02290 (43 reqs/sec) | Rendering: 0.00039 (1%) | DB: 0.00501 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:26:16) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004312)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001014)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003059)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000685)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02969 (33 reqs/sec) | Rendering: 0.00433 (14%) | DB: 0.00907 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:26:18) [GET]
-  Session ID: 486a1ba6893355c032aadebf78a6dd8e
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003692)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001124)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02040 (49 reqs/sec) | Rendering: 0.00038 (1%) | DB: 0.00482 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:26:41) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003717)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001001)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002857)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000812)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02921 (34 reqs/sec) | Rendering: 0.00469 (16%) | DB: 0.00839 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:26:41) [GET]
-  Session ID: 36067e4290e88cef946798495669c251
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003703)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001027)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02073 (48 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00473 (22%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:26:43) [GET]
-  Session ID: a798f75b9d8727b77163677c46015c4f
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.001880)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001466)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.01746 (57 reqs/sec) | Rendering: 0.00030 (1%) | DB: 0.00335 (19%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:27:44) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003693)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000946)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002770)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001176)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.10873 (9 reqs/sec) | Rendering: 0.00346 (3%) | DB: 0.00859 (7%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:27:44) [GET]
-  Session ID: 8ca160f96289d4f6a18d02225ec7ed29
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003981)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000942)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02211 (45 reqs/sec) | Rendering: 0.00052 (2%) | DB: 0.00492 (22%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:27:46) [GET]
-  Session ID: 38a0979e899da453b30b957b9110804c
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003874)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000955)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02019 (49 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00483 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:27:50) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003620)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000898)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002782)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000676)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02693 (37 reqs/sec) | Rendering: 0.00324 (12%) | DB: 0.00798 (29%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:27:50) [GET]
-  Session ID: 39dbc11336ced3d3ecdfac8bc57ced71
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003738)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001037)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02310 (43 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00477 (20%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:27:52) [GET]
-  Session ID: c1e0d85d871c3f6ef24287ee7fca4975
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003067)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002114)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02860 (34 reqs/sec) | Rendering: 0.00158 (5%) | DB: 0.00518 (18%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:28:19) [GET]
-  Session ID: dbc7718d1fc01e543311a5e550b670f3
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003344)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000718)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Errno::ECONNREFUSED (Connection refused - connect(2)):
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `initialize'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `new'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:83:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:79:in `each'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:79:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:61:in `remove_channels_from_clients'
-    /app/controllers/connections_controller.rb:22:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:28:22) [GET]
-  Session ID: 1200ad201f5984bb28a0860ae2f2fe27
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003173)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000732)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.01856 (53 reqs/sec) | Rendering: 0.00031 (1%) | DB: 0.00797 (42%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 09:28:26) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000898)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003123)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01277 (78 reqs/sec) | Rendering: 0.00311 (24%) | DB: 0.00402 (31%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:28:26) [GET]
-  Session ID: 15fdea756bbe98a2641f3fe81511dc16
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.001900)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002575)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.01947 (51 reqs/sec) | Rendering: 0.00030 (1%) | DB: 0.00447 (22%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:28:36) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003714)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001022)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002732)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000718)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.10731 (9 reqs/sec) | Rendering: 0.08325 (77%) | DB: 0.00819 (7%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:28:39) [GET]
-  Session ID: bb3f67319845a44b139e1f15b7b67b76
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003715)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001037)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02117 (47 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00475 (22%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:31:19) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003808)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000948)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002318)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000632)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02707 (36 reqs/sec) | Rendering: 0.00325 (11%) | DB: 0.00771 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:31:19) [GET]
-  Session ID: d94e6a0e222eb91d5e771bb7ef5635b7
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.002964)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001282)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:31:22) [GET]
-  Session ID: ccd0ed05b0cb852dafcffc5ecce4c31f
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003713)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001029)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:31:22) [GET]
-  Session ID: 3ba64bb1c5de5057ed8552c106b34273
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003849)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002405)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:31:25) [GET]
-  Session ID: d1bee2db36cc75e521b1d102625a69ab
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004548)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000959)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:31:25) [GET]
-  Session ID: e66986f033901b20eadc454025fbd70a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004320)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002667)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:31:28) [GET]
-  Session ID: 70bb392a15e7e7d4b35f44308d5eb0c5
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003991)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000944)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:31:28) [GET]
-  Session ID: befa2a7bd64a77df75804607e883babb
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003936)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000947)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:31:31) [GET]
-  Session ID: df769ae931cdc5a4b7f553a8602ba7df
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004710)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001459)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:31:31) [GET]
-  Session ID: b66b98b935df76c6cd7c7dfed29e4105
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004043)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000893)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:31:49) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000173)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000147)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.004025)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000954)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.001859)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000578)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.09685 (10 reqs/sec) | Rendering: 0.07318 (75%) | DB: 0.00774 (7%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:31:52) [GET]
-  Session ID: aaf2cdf13738e00ed2470e53379b5c7e
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003678)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001295)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02079 (48 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00497 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:31:52) [GET]
-  Session ID: 4606b8e1ab74b4152eaab989d36a26ab
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003833)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001036)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02096 (47 reqs/sec) | Rendering: 0.00043 (2%) | DB: 0.00487 (23%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:31:57) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002522)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000718)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002199)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000507)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02205 (45 reqs/sec) | Rendering: 0.00261 (11%) | DB: 0.00595 (26%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:32:00) [GET]
-  Session ID: 6cf6184190e0496b7bb069382b77c733
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004092)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001037)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02210 (45 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00513 (23%) | 200 OK [http://localhost/connections/login?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:32:00) [GET]
-  Session ID: d4864445a9f68285b92c89e0863c03b3
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;, &quot;2&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003739)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001055)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` IN (1,2)) *[0m
-Completed in 0.02059 (48 reqs/sec) | Rendering: 0.00038 (1%) | DB: 0.00479 (23%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;clients[]=2&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 09:32:09) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh
-c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000619)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003493)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.08689 (11 reqs/sec) | Rendering: 0.00403 (4%) | DB: 0.00411 (4%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:32:09) [GET]
-  Session ID: 2424ce5e497354eced55502bf2b51a2a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003163)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001060)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02033 (49 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00422 (20%) | 200 OK [http://localhost/connections/logout?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:32:09) [GET]
-  Session ID: ca3f313de71dbfe6939334bd0b3970fb
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003809)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002144)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02311 (43 reqs/sec) | Rendering: 0.00037 (1%) | DB: 0.00595 (25%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 09:32:57) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000588)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002515)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01083 (92 reqs/sec) | Rendering: 0.00241 (22%) | DB: 0.00310 (28%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:33:01) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh
-c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003075)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000718)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002486)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000738)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02500 (40 reqs/sec) | Rendering: 0.00349 (13%) | DB: 0.00702 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:33:04) [GET]
-  Session ID: af5684dfa4067ca4832ff36c99eba244
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003760)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000954)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02249 (44 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00471 (20%) | 200 OK [http://localhost/connections/login?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:33:04) [GET]
-  Session ID: 0511d19f3bce3bbedb3d7775706cac48
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;, &quot;2&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003987)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001076)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` IN (1,2)) *[0m
-Completed in 0.02105 (47 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00506 (24%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;clients[]=2&amp;channels[]=1]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 09:33:10) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;a&quot;, &quot;authenticity_token&quot;=&gt;&quot;a77d7b002b386a18331712e3fddbd545e109129b&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003680)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000960)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) LIMIT 1*[0m
-Completed in 0.02173 (46 reqs/sec) | Rendering: 0.00061 (2%) | DB: 0.00464 (21%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#send_data (for 127.0.0.1 at 2008-08-06 09:33:28) [POST]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh
-c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00
-  Parameters: {&quot;commit&quot;=&gt;&quot;Chat&quot;, &quot;chat_input&quot;=&gt;&quot;b&quot;, &quot;authenticity_token&quot;=&gt;&quot;4eedb317522b48655f845e6e2f3e9c0dc7b45828&quot;, &quot;action&quot;=&gt;&quot;send_data&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003726)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001032)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-Completed in 0.02123 (47 reqs/sec) | Rendering: 0.00058 (2%) | DB: 0.00476 (22%) | 200 OK [http://localhost/chat_rooms/1/send_data]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:33:33) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003834)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000971)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002867)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000771)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02738 (36 reqs/sec) | Rendering: 0.00290 (10%) | DB: 0.00844 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:33:33) [GET]
-  Session ID: a0480a7e59fb17fdef77043ddf33435f
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004622)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000965)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02173 (46 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00559 (25%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:33:33) [GET]
-  Session ID: 252e4ac723ca4261cc9d3b7b62e653d4
-  Parameters: {&quot;clients&quot;=&gt;[&quot;2&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003699)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001059)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02006 (49 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00476 (23%) | 200 OK [http://localhost/connections/users?clients[]=2&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:33:35) [GET]
-  Session ID: c47f66af399294183512acd5ecdf8983
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004143)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000963)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02131 (46 reqs/sec) | Rendering: 0.00037 (1%) | DB: 0.00511 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:33:36) [GET]
-  Session ID: 1385c3546409a5a72d766ef90e814558
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;, &quot;2&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003269)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001039)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` IN (1,2)) *[0m
-Completed in 0.02130 (46 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00431 (20%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;clients[]=2&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:33:55) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh
-c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002877)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.002581)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002062)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001592)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02588 (38 reqs/sec) | Rendering: 0.00326 (12%) | DB: 0.00911 (35%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:33:55) [GET]
-  Session ID: a0b9a2785e25862e386d515e8f2c6e01
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003290)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001035)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02830 (35 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00432 (15%) | 200 OK [http://localhost/connections/logout?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:33:55) [GET]
-  Session ID: 672e82433996bf903efa2d593131aabd
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003274)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.008033)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.03489 (28 reqs/sec) | Rendering: 0.00029 (0%) | DB: 0.01131 (32%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:33:57) [GET]
-  Session ID: 8491ea30b2084703aa2868129905c65a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003299)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.005808)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02906 (34 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00911 (31%) | 200 OK [http://localhost/connections/login?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:33:57) [GET]
-  Session ID: 2eea0f3176e15bb0270ca87e33421557
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;, &quot;2&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003760)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001193)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` IN (1,2)) *[0m
-Completed in 0.02341 (42 reqs/sec) | Rendering: 0.00036 (1%) | DB: 0.00495 (21%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;clients[]=2&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-06 09:34:00) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl
-NWE6DHVzZXJfaWRpBzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--f0621d9abde576de936ab56ac5ad80e03ad4f473
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000650)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003065)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01256 (79 reqs/sec) | Rendering: 0.00307 (24%) | DB: 0.00371 (29%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:34:00) [GET]
-  Session ID: b2f6aaf6547c550bd5e4ec7473c06a06
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl\nNWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&quot;, &quot;client_id&quot;=&gt;&quot;2&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003165)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001039)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 2) *[0m
-Completed in 0.02763 (36 reqs/sec) | Rendering: 0.00073 (2%) | DB: 0.00420 (15%) | 200 OK [http://localhost/connections/logout?client_id=2&amp;session_id=BAh7CToMY3NyZl9pZCIlMzllMDRlMWE5ODQ3MWNiMGY4ZDAyODQxOWNhYmFl%0ANWE6DHVzZXJfaWRpByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--6c1104e4a47e114c8c5daa7034aa8719a1771898&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:34:00) [GET]
-  Session ID: c237a683449f0b369cdd7bbe20561715
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003363)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.010988)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.03054 (32 reqs/sec) | Rendering: 0.00033 (1%) | DB: 0.01435 (46%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-06 09:34:06) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh
-c2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002993)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000940)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002076)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000535)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02287 (43 reqs/sec) | Rendering: 0.00265 (11%) | DB: 0.00654 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:34:06) [GET]
-  Session ID: 5b878a3152d35f9cf0980b67fe242330
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003766)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000974)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.09779 (10 reqs/sec) | Rendering: 0.00038 (0%) | DB: 0.00474 (4%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:34:06) [GET]
-  Session ID: 6195538728999a5d94dcb55dc731c0e5
-  Parameters: {&quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-
-
-ActiveRecord::RecordNotFound (Couldn't find User without an ID):
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1360:in `find_from_ids'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:537:in `find'
-    /app/controllers/connections_controller.rb:37:in `users'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (not_found)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-06 09:34:08) [GET]
-  Session ID: f701cc95ddc5e7cde5ca586237418b39
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003879)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001029)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02106 (47 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00491 (23%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:34:08) [GET]
-  Session ID: 36fbc79dde2be723c460a9e7f0c56e39
-  Parameters: {&quot;clients&quot;=&gt;[&quot;1&quot;], &quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003970)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000950)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02051 (48 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00492 (23%) | 200 OK [http://localhost/connections/users?clients[]=1&amp;channels[]=1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-06 09:58:21) [GET]
-  Session ID: d4ae57951e8fe8ff6645ae970a0d71a7
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh\nc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.002931)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001815)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02241 (44 reqs/sec) | Rendering: 0.00032 (1%) | DB: 0.00475 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2%0AN2U6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxh%0Ac2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7ADoOcmV0dXJuX3RvMA==--347edaf14fa4e7d86acbb873b42700b0823fba00&amp;channels[]=1]
-
-
-Processing ConnectionsController#users (for 127.0.0.1 at 2008-08-06 09:58:21) [GET]
-  Session ID: 69433da55459830afe4fb8aaa6b78318
-  Parameters: {&quot;action&quot;=&gt;&quot;users&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-
-
-ActiveRecord::RecordNotFound (Couldn't find User without an ID):
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1360:in `find_from_ids'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:537:in `find'
-    /app/controllers/connections_controller.rb:37:in `users'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (not_found)
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:14:58) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000190)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000167)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mChatRoom Load (0.000775)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003156)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.04687 (21 reqs/sec) | Rendering: 0.03523 (75%) | DB: 0.00429 (9%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:15:02) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003300)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000970)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002695)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000875)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.06746 (14 reqs/sec) | Rendering: 0.02861 (42%) | DB: 0.00784 (11%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:16:13) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000598)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003195)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01274 (78 reqs/sec) | Rendering: 0.00294 (23%) | DB: 0.00379 (29%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:16:15) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002971)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000721)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002587)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000735)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02469 (40 reqs/sec) | Rendering: 0.00335 (13%) | DB: 0.00701 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:18) [GET]
-  Session ID: 0fbc760fa2398a2c35842597e0185dc4
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003699)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001039)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:18) [GET]
-  Session ID: 2631646a75eec9bb1a8fb384f1cff203
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.005204)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000988)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:21) [GET]
-  Session ID: 583f22c42e26c68ed54f9b5718090ac2
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004327)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001215)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:21) [GET]
-  Session ID: 66d4c867ea59bb9b6de096c8e80588f9
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003821)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001038)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:24) [GET]
-  Session ID: 4823d7c6686bc46b14c9741606149eae
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003974)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000939)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:25) [GET]
-  Session ID: 9af165e91a4b93ea8f4b4d7512e54aef
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003778)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001042)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:27) [GET]
-  Session ID: 0b3689caa02164da96d458919eec695c
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003621)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000954)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:13:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:27) [GET]
-  Session ID: 3030998a89867e4b4c5e6ccc340161e3
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.002062)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001606)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NoMethodError (undefined method `show_users_for_channel_and_post' for Juggernaut:Module):
-    /app/controllers/connections_controller.rb:31:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:16:33) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.002938)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000740)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003160)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000553)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02435 (41 reqs/sec) | Rendering: 0.00316 (12%) | DB: 0.04670 (191%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:35) [GET]
-  Session ID: 8f6bc43a2c0309fa1cdc083350f03cd1
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003743)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001014)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x31eab88&gt;):
-    /app/controllers/connections_controller.rb:5:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:36) [GET]
-  Session ID: 3844eb3f502b480ad764d5821bc00862
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003899)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000945)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x304ab98&gt;):
-    /app/controllers/connections_controller.rb:14:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:39) [GET]
-  Session ID: 5e33d30799f9a18c1b1edcb98d1f067f
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003967)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000905)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x326962c&gt;):
-    /app/controllers/connections_controller.rb:5:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:39) [GET]
-  Session ID: 42b8c50f994d011347d929e43d3b8a52
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003262)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001153)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x30f2334&gt;):
-    /app/controllers/connections_controller.rb:14:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:42) [GET]
-  Session ID: 38c616953f0f6aa3cdb4f14dccb70d1f
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003750)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001398)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x32894a4&gt;):
-    /app/controllers/connections_controller.rb:5:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:42) [GET]
-  Session ID: 9c76519d369f7a5994c7ab8612be781b
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003739)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001178)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x311ad5c&gt;):
-    /app/controllers/connections_controller.rb:14:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:16:45) [GET]
-  Session ID: 75e8fd300494b3d673d5446e246ecd52
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003988)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001166)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x32ac97c&gt;):
-    /app/controllers/connections_controller.rb:5:in `login'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:16:45) [GET]
-  Session ID: 1bfe79f87bc0439aa92777605cd85ab5
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003783)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000947)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x3132880&gt;):
-    /app/controllers/connections_controller.rb:14:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:17:01) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003751)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.098580)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002835)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000707)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.12585 (7 reqs/sec) | Rendering: 0.00337 (2%) | DB: 0.14471 (114%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:17:04) [GET]
-  Session ID: 6fd09ed6dfc8c2b9665d4cec08fe508d
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004176)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000962)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:17:48) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000165)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000169)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003278)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000709)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002155)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000501)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02698 (37 reqs/sec) | Rendering: 0.00617 (22%) | DB: 0.00698 (25%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:17:51) [GET]
-  Session ID: 89655f9375f0d5b30bd335eba13623e8
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003800)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001030)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:18:32) [GET]
-  Session ID: 1f97014a6b97bd95a5d430124d960444
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000174)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000168)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003797)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001102)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:18:48) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000175)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000147)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003722)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000993)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002421)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000644)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03144 (31 reqs/sec) | Rendering: 0.00751 (23%) | DB: 0.00810 (25%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:18:50) [GET]
-  Session ID: 8b0c80a924ded778bde6ee8ab119ab36
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003907)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001031)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:19:51) [GET]
-  Session ID: 528cf39542c95f6283c31b89adeb2c8b
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2\nN2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000165)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000168)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003643)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.107410)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing SessionsController#destroy (for 127.0.0.1 at 2008-08-11 01:20:25) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlZGFjZmY1MmI3ZGY2Njc2ZmQ1ZjVjNzdiNzM3OTg2
-N2U6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--81aa2c0523ae1282e24c7bd5de2045102cd5059a
-  Parameters: {&quot;action&quot;=&gt;&quot;destroy&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000174)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000151)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.004001)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000936)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mSQL (0.000193)*[0m   *[0;1mBEGIN*[0m
-  *[4;35;1mSQL (0.000172)*[0m   *[0mCOMMIT*[0m
-Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT
-Redirected to http://localhost:3000/
-Completed in 0.02051 (48 reqs/sec) | DB: 0.00563 (27%) | 302 Found [http://localhost/logout]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:20:25) [GET]
-  Session ID: BAh7BzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6
-Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiHllvdSBoYXZlIGJlZW4gbG9n
-Z2VkIG91dC4GOgpAdXNlZHsGOwdG--179477116ba725330dd9c860a9b2e630b3d8cdae
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000603)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.001716)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01186 (84 reqs/sec) | Rendering: 0.00431 (36%) | DB: 0.00232 (19%) | 200 OK [http://localhost/]
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-11 01:20:30) [GET]
-  Session ID: BAh7CDoMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DnJldHVybl90bzAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs
-YXNoOjpGbGFzaEhhc2h7BjoLbm90aWNlIh5Zb3UgaGF2ZSBiZWVuIGxvZ2dl
-ZCBvdXQuBjoKQHVzZWR7BjsIVA==--c0e4a8286972323461f991ed038c100b9880f254
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00416 (240 reqs/sec) | Rendering: 0.00214 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/login]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:20:33) [GET]
-  Session ID: BAh7CDoMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DnJldHVybl90bzAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs
-YXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA=--fb9ea7c6a1b7398b3bf68aa07d605dbf0ef570f1
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00028 (3597 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/chat_rooms/1]
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-11 01:20:33) [GET]
-  Session ID: BAh7CDoMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DnJldHVybl90bzAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs
-YXNoOjpGbGFzaEhhc2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBp
-biB0byBjaGF0BjoKQHVzZWR7BjsIRg==--2dbb4a7142454ae448e702f7c12af1514f3a35a5
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00342 (292 reqs/sec) | Rendering: 0.00143 (41%) | DB: 0.00000 (0%) | 200 OK [http://localhost/login]
-
-
-Processing SessionsController#create (for 127.0.0.1 at 2008-08-11 01:20:38) [POST]
-  Session ID: BAh7CDoMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DnJldHVybl90bzAiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZs
-YXNoOjpGbGFzaEhhc2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBp
-biB0byBjaGF0BjoKQHVzZWR7BjsIVA==--38c1e9eb462151fc401ca52a57734c51b384f31f
-  Parameters: {&quot;commit&quot;=&gt;&quot;Log in&quot;, &quot;authenticity_token&quot;=&gt;&quot;f04ae45c9ea8e2a9d3dcc275546e2146665a628c&quot;, &quot;action&quot;=&gt;&quot;create&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;, &quot;password&quot;=&gt;&quot;hackme&quot;, &quot;login&quot;=&gt;&quot;taelor&quot;}
-  *[4;36;1mUser Columns (0.003864)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001034)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`login` = 'taelor') LIMIT 1*[0m
-Redirected to http://localhost:3000/
-Completed in 0.01769 (56 reqs/sec) | DB: 0.00490 (27%) | 302 Found [http://localhost/session]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:20:38) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp
-biBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlG--4b5ec3c51264021f60045a306bc57ce9672c90b1
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000628)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003290)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01310 (76 reqs/sec) | Rendering: 0.00372 (28%) | DB: 0.00392 (29%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:20:41) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp
-biBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--bf62ddf45191cea7139331e411594baf3eb90f63
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003828)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000960)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002950)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000737)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02989 (33 reqs/sec) | Rendering: 0.00526 (17%) | DB: 0.00847 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:20:43) [GET]
-  Session ID: ec90673e6a903bd92f346b73b01886da
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp\nbiBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--bf62ddf45191cea7139331e411594baf3eb90f63&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.004034)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001056)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:21:22) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000183)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000164)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003779)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001683)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002596)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.001470)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03268 (30 reqs/sec) | Rendering: 0.00651 (19%) | DB: 0.00988 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:21:25) [GET]
-  Session ID: c3de88d2faf30ef575dc68ba507ce300
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003726)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001034)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-
-
-Errno::ECONNRESET (Connection reset by peer):
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:116:in `readline'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:116:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:108:in `each'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:108:in `send_data'
-    /vendor/plugins/juggernaut/lib/juggernaut.rb:99:in `show_users_for_channels'
-    /app/controllers/connections_controller.rb:33:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:22:25) [GET]
-  Session ID: 773c39f9a7bbf6271048c5c739afe961
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003920)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001129)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-NameError (undefined local variable or method `channels' for #&lt;ConnectionsController:0x2ff1200&gt;):
-    /app/controllers/connections_controller.rb:14:in `logout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
-    /app/controllers/connections_controller.rb:31:in `update_user_list'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:23:13) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000201)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000197)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003175)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000925)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002612)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000729)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03297 (30 reqs/sec) | Rendering: 0.00827 (25%) | DB: 0.00784 (23%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:23:16) [GET]
-  Session ID: bc4825b0e5bf6af42c2e7178f23d2f2b
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003614)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001089)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:23:48) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000276)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000157)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.004162)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000916)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003120)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000690)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03358 (29 reqs/sec) | Rendering: 0.00798 (23%) | DB: 0.00932 (27%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:23:51) [GET]
-  Session ID: 580f875663e51edd505ccd397f70d31a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003685)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001030)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02235 (44 reqs/sec) | Rendering: 0.00139 (6%) | DB: 0.00471 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:24:25) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.013027)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001026)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002684)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000731)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03835 (26 reqs/sec) | Rendering: 0.00377 (9%) | DB: 0.01747 (45%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:24:25) [GET]
-  Session ID: c0b3a3107ba19e448398298adee303b2
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003786)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000979)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02311 (43 reqs/sec) | Rendering: 0.00039 (1%) | DB: 0.00477 (20%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:24:27) [GET]
-  Session ID: dc62ec4491c1b2d7c31d6cf75f9f9e3d
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003726)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000927)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02150 (46 reqs/sec) | Rendering: 0.00098 (4%) | DB: 0.00465 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:25:32) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004215)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000973)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002943)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000741)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02881 (34 reqs/sec) | Rendering: 0.00354 (12%) | DB: 0.00887 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:25:33) [GET]
-  Session ID: 06c9f36ed927510cf4a108c4c75b6da6
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003638)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001086)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02340 (42 reqs/sec) | Rendering: 0.00041 (1%) | DB: 0.00472 (20%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:25:35) [GET]
-  Session ID: e679929ae46435820609b0a8a7a2057a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003876)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001125)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02379 (42 reqs/sec) | Rendering: 0.00107 (4%) | DB: 0.00500 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000148)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000134)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003844)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000930)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:26:36) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
-  *[4;36;1mSQL (0.000232)*[0m   *[0;1mSET NAMES 'utf8'*[0m
-  *[4;35;1mSQL (0.000192)*[0m   *[0mSET SQL_AUTO_IS_NULL=0*[0m
-  *[4;36;1mUser Columns (0.003486)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000873)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002384)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000593)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.03210 (31 reqs/sec) | Rendering: 0.00677 (21%) | DB: 0.00776 (24%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:26:37) [GET]
-  Session ID: 7c3b1be7482096d19a0fd477e6e95732
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003827)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001097)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02342 (42 reqs/sec) | Rendering: 0.00106 (4%) | DB: 0.00492 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:26:39) [GET]
-  Session ID: bc1ea4f47749b44ee5bc250630c4554d
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003617)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001162)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02198 (45 reqs/sec) | Rendering: 0.00140 (6%) | DB: 0.00478 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:26:54) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003187)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000733)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002029)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000532)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02365 (42 reqs/sec) | Rendering: 0.00269 (11%) | DB: 0.00648 (27%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:26:55) [GET]
-  Session ID: adac938769b9d6940f144d5e72cb0506
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003488)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001275)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02196 (45 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00476 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:26:57) [GET]
-  Session ID: 171b34e8587033fd39b875acb61a1d0a
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003717)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001028)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02227 (44 reqs/sec) | Rendering: 0.00105 (4%) | DB: 0.00475 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:27:40) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003571)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000968)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003013)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000747)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02714 (36 reqs/sec) | Rendering: 0.00335 (12%) | DB: 0.00830 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:27:40) [GET]
-  Session ID: 246b1d8a9abf8385411c94727b9318ef
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003889)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000891)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02209 (45 reqs/sec) | Rendering: 0.00033 (1%) | DB: 0.00478 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:27:42) [GET]
-  Session ID: f47de2c8a9ac665505ba4d6945d7d480
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003762)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001038)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02189 (45 reqs/sec) | Rendering: 0.00104 (4%) | DB: 0.00480 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-  *[4;36;1mUser Columns (0.003494)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001018)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:37:33) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003830)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000937)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002224)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000610)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02700 (37 reqs/sec) | Rendering: 0.00331 (12%) | DB: 0.01211 (44%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:37:34) [GET]
-  Session ID: 3b3b169e2277501d68f4cfecb5ab6982
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003824)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001075)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02372 (42 reqs/sec) | Rendering: 0.00041 (1%) | DB: 0.00490 (20%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:37:36) [GET]
-  Session ID: 0a1fd2b1fc87f9e09180bd748d7e0774
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003994)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001025)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02254 (44 reqs/sec) | Rendering: 0.00105 (4%) | DB: 0.00502 (22%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-  *[4;36;1mUser Columns (0.003429)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001092)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:46:41) [GET]
-  Session ID: 70a8fc64762efeadae9da4ce3c1a5bb1
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000587)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003337)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01344 (74 reqs/sec) | Rendering: 0.00413 (30%) | DB: 0.00845 (62%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:46:56) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003724)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000963)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002294)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000650)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02683 (37 reqs/sec) | Rendering: 0.00320 (11%) | DB: 0.00763 (28%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:46:56) [GET]
-  Session ID: e9eedfff8447808a78b55ce678db1c52
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003741)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001010)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02207 (45 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00475 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:46:58) [GET]
-  Session ID: c92c3141a05780f078f5f7540725e1d9
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003891)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001017)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02243 (44 reqs/sec) | Rendering: 0.00101 (4%) | DB: 0.00491 (21%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-  *[4;36;1mUser Columns (0.003225)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001804)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:00) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlNGRlMzQwNTYyMzdkMTE4NTRiNmYzY2Q1YTM2YzFh
-MmMiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--9ce0381438374bb412c0d3bf65c235b022485d1b
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000603)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003328)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-
-
-ActionView::TemplateError (undefined local variable or method `story' for #&lt;ActionView::Base:0x32cfd8c&gt;) on line #12 of chat_rooms/index.html.erb:
-9: 
-10: &lt;% for chat_room in @chat_rooms %&gt;
-11:   &lt;tr&gt;
-12: 	&lt;td&gt;&lt;%=Juggernaut.show_users_for_channels(story.id).size %&gt;&lt;/td&gt;
-13:     &lt;td&gt;&lt;%=h chat_room.name %&gt;&lt;/td&gt;
-14:     &lt;td&gt;&lt;%=h chat_room.description %&gt;&lt;/td&gt;
-15:     &lt;td&gt;&lt;%= link_to 'Show', chat_room %&gt;&lt;/td&gt;
-
-    app/views/chat_rooms/index.html.erb:12:in `_run_erb_47app47views47chat_rooms47index46html46erb'
-    app/views/chat_rooms/index.html.erb:10:in `each'
-    app/views/chat_rooms/index.html.erb:10:in `_run_erb_47app47views47chat_rooms47index46html46erb'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:35:in `render'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:245:in `render_file'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1108:in `render_for_file'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:865:in `render_with_no_layout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:880:in `render_with_no_layout'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/layout.rb:251:in `render_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render_without_juggernaut'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render_without_juggernaut'
-    vendor/plugins/juggernaut/lib/juggernaut.rb:151:in `render'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:131:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:131:in `custom'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:160:in `call'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:160:in `respond'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:154:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:154:in `respond'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/mime_responds.rb:107:in `respond_to'
-    app/controllers/chat_rooms_controller.rb:8:in `index'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
-    /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
-    /usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
-    /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
-    /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
-    /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
-    script/server:3
-
-Rendering /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:17) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlNGRlMzQwNTYyMzdkMTE4NTRiNmYzY2Q1YTM2YzFh
-MmMiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--9ce0381438374bb412c0d3bf65c235b022485d1b
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.001135)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003216)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01755 (56 reqs/sec) | Rendering: 0.00688 (39%) | DB: 0.00768 (43%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:47:21) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlNGRlMzQwNTYyMzdkMTE4NTRiNmYzY2Q1YTM2YzFh
-MmMiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7AAY6CkB1c2VkewA=--9ce0381438374bb412c0d3bf65c235b022485d1b
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-Redirected to http://localhost:3000/login
-Filter chain halted as [:is_logged_in?] rendered_or_redirected.
-Completed in 0.00028 (3584 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/chat_rooms/1]
-
-
-Processing SessionsController#new (for 127.0.0.1 at 2008-08-11 01:47:22) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlNGRlMzQwNTYyMzdkMTE4NTRiNmYzY2Q1YTM2YzFh
-MmMiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHRg==--d9877f071f0c69c3b11687e81fa1720fd3d1c425
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;sessions&quot;}
-Rendering template within layouts/application
-Rendering sessions/new
-Completed in 0.00413 (242 reqs/sec) | Rendering: 0.00204 (49%) | DB: 0.00000 (0%) | 200 OK [http://localhost/login]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:47:28) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004351)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000958)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002475)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000651)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02747 (36 reqs/sec) | Rendering: 0.00292 (10%) | DB: 0.00844 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:47:28) [GET]
-  Session ID: f6d5a257a437dc0b4b842091ebc7dcd9
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003772)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001023)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02206 (45 reqs/sec) | Rendering: 0.00034 (1%) | DB: 0.00480 (21%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:30) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000647)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003265)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01530 (65 reqs/sec) | Rendering: 0.00566 (36%) | DB: 0.00391 (25%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:32) [GET]
-  Session ID: BAh7BzoMY3NyZl9pZCIlNGRlMzQwNTYyMzdkMTE4NTRiNmYzY2Q1YTM2YzFh
-MmMiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh
-c2h7BjoKZXJyb3IiIllvdSBtdXN0IGJlIGxvZ2dlZCBpbiB0byBjaGF0BjoK
-QHVzZWR7BjsHVA==--ac917aa9d3f7f58d19b935a0a4ed341875dbf5bd
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000596)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.004432)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00554 (34%) | DB: 0.00503 (31%) | 200 OK [http://localhost/]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:47:36) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.004072)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000932)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002554)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000658)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02724 (36 reqs/sec) | Rendering: 0.00322 (11%) | DB: 0.00822 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:47:39) [GET]
-  Session ID: 8638d2b7bd64f1ac62255014e268bbbf
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003740)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001051)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02506 (39 reqs/sec) | Rendering: 0.00119 (4%) | DB: 0.00479 (19%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-  *[4;36;1mUser Columns (0.003353)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000806)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:47:40) [GET]
-  Session ID: c64b25dd561c72115ffec42ac49da721
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003662)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001123)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02302 (43 reqs/sec) | Rendering: 0.00035 (1%) | DB: 0.00894 (38%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#show (for 127.0.0.1 at 2008-08-11 01:47:42) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;show&quot;, &quot;id&quot;=&gt;&quot;1&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003941)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000952)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.003195)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-  *[4;35;1mChatRoom Load (0.000752)*[0m   *[0mSELECT * FROM `chat_rooms` WHERE (`chat_rooms`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/show
-Completed in 0.02854 (35 reqs/sec) | Rendering: 0.00369 (12%) | DB: 0.00884 (30%) | 200 OK [http://localhost/chat_rooms/1]
-
-
-Processing ConnectionsController#login (for 127.0.0.1 at 2008-08-11 01:47:45) [GET]
-  Session ID: e6ce1ec4abb01725fb03eee26dfc0c48
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;login&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003690)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001093)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Rendering template within layouts/application
-Rendering connections/login
-Completed in 0.02285 (43 reqs/sec) | Rendering: 0.00112 (4%) | DB: 0.00478 (20%) | 200 OK [http://localhost/connections/login?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-  *[4;36;1mUser Columns (0.003317)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001062)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:46) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000663)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.002552)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01476 (67 reqs/sec) | Rendering: 0.00580 (39%) | DB: 0.00759 (51%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ConnectionsController#logout (for 127.0.0.1 at 2008-08-11 01:47:46) [GET]
-  Session ID: 4beb519c328ba92d2ac6b089dc817cde
-  Parameters: {&quot;session_id&quot;=&gt;&quot;BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz\nODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u\ndHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&quot;, &quot;client_id&quot;=&gt;&quot;1&quot;, &quot;action&quot;=&gt;&quot;logout&quot;, &quot;controller&quot;=&gt;&quot;connections&quot;, &quot;channels&quot;=&gt;[&quot;1&quot;]}
-  *[4;36;1mUser Columns (0.003717)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.001024)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) *[0m
-Completed in 0.02685 (37 reqs/sec) | Rendering: 0.00038 (1%) | DB: 0.00474 (17%) | 200 OK [http://localhost/connections/logout?client_id=1&amp;session_id=BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz%0AODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0&amp;channels[]=1]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:48) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mChatRoom Load (0.000620)*[0m   *[0;1mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;35;1mChatRoom Columns (0.003345)*[0m   *[0mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.01537 (65 reqs/sec) | Rendering: 0.00576 (37%) | DB: 0.00396 (25%) | 200 OK [http://localhost/chat_rooms]
-
-
-Processing ChatRoomsController#new (for 127.0.0.1 at 2008-08-11 01:47:51) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;new&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;36;1mUser Columns (0.003730)*[0m   *[0;1mSHOW FIELDS FROM `users`*[0m
-  *[4;35;1mUser Load (0.000955)*[0m   *[0mSELECT * FROM `users` WHERE (`users`.`id` = 1) LIMIT 1*[0m
-  *[4;36;1mChatRoom Columns (0.002729)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-Rendering template within layouts/application
-Rendering chat_rooms/new
-Completed in 0.02754 (36 reqs/sec) | Rendering: 0.00439 (15%) | DB: 0.00741 (26%) | 200 OK [http://localhost/chat_rooms/new]
-
-
-Processing ChatRoomsController#index (for 127.0.0.1 at 2008-08-11 01:47:53) [GET]
-  Session ID: BAh7CToMY3NyZl9pZCIlYWQyZmM0NGYxZTg5NzAxZWUxNTM2YTc2ZjA2NDQz
-ODA6DHVzZXJfaWRpBjoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29u
-dHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA==--78ea9e943f453a3c1bf0be62f20c98a32659c1d0
-  Parameters: {&quot;action&quot;=&gt;&quot;index&quot;, &quot;controller&quot;=&gt;&quot;chat_rooms&quot;}
-  *[4;35;1mChatRoom Load (0.001221)*[0m   *[0mSELECT * FROM `chat_rooms` *[0m
-Rendering template within layouts/application
-Rendering chat_rooms/index
-  *[4;36;1mChatRoom Columns (0.127797)*[0m   *[0;1mSHOW FIELDS FROM `chat_rooms`*[0m
-Completed in 0.14250 (7 reqs/sec) | Rendering: 0.00579 (4%) | DB: 0.12902 (90%) | 200 OK [http://localhost/chat_rooms]</diff>
      <filename>log/development.log</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b040a76acaeb8a03b2aaf70f33d2edb85f834f2</id>
    </parent>
  </parents>
  <author>
    <name>Taylor Redden</name>
    <email>thredden21@tntech.edu</email>
  </author>
  <url>http://github.com/taelor/chat_sandbox/commit/48b84003b3bbe874eccdd164582aba77cf9c9450</url>
  <id>48b84003b3bbe874eccdd164582aba77cf9c9450</id>
  <committed-date>2008-08-11T01:19:34-07:00</committed-date>
  <authored-date>2008-08-11T01:19:34-07:00</authored-date>
  <message>.</message>
  <tree>375ddfe2be350e64a1fcbf12431582fa4ab9d4df</tree>
  <committer>
    <name>Taylor Redden</name>
    <email>thredden21@tntech.edu</email>
  </committer>
</commit>
