Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (161.4ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (145.2ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateKblogArticles (20130303192309)
   (0.0ms)  begin transaction
   (0.6ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20130303192309')
   (139.9ms)  commit transaction
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-03-03 20:27:32 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-03 20:27:37 +0100

ActionController::RoutingError (No route matches [GET] "/kblog"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Connecting to database specified by database.yml


Started GET "/kblog/new" for 127.0.0.1 at 2013-03-03 20:29:05 +0100

ActionController::RoutingError (No route matches [GET] "/kblog/new"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms)
Connecting to database specified by database.yml
   (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateKblogArticles (20130303192309)
   (0.1ms)  select sqlite_version(*)
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 


Started GET "/kblog" for 127.0.0.1 at 2013-03-03 20:30:39 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (1.0ms)
Compiled kblog/articles.css  (28ms)  (pid 4815)
Compiled kblog/application.css  (35ms)  (pid 4815)
Compiled jquery.js  (2ms)  (pid 4815)
Compiled jquery_ujs.js  (0ms)  (pid 4815)
Compiled kblog/articles.js  (0ms)  (pid 4815)
Compiled kblog/application.js  (88ms)  (pid 4815)
Completed 200 OK in 262ms (Views: 206.3ms | ActiveRecord: 1.8ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /kblog/application.css - 304 Not Modified (4ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /kblog/articles.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /jquery.js - 304 Not Modified (4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:40 +0100
Served asset /kblog/application.js - 304 Not Modified (5ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (33.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (60.2ms)
Completed 200 OK in 74ms (Views: 68.5ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:30:42 +0100
Served asset /kblog/application.js - 304 Not Modified (7ms)


Started GET "/kblog" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (0.4ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /kblog/articles.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:24 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.4ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (0.3ms)
Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.4ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /kblog/application.js - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:28 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (1.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (2.9ms)
Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /kblog/application.css - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:31 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (2.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (3.2ms)
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:31:34 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (6.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (11.8ms)
Completed 200 OK in 147ms (Views: 96.8ms | ActiveRecord: 1.6ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /kblog/application.css - 304 Not Modified (8ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /kblog/application.js - 304 Not Modified (35ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:32:05 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:07 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (31.0ms)
Completed 500 Internal Server Error in 34ms

ActionView::Template::Error (undefined method `will_paginate' for #<#<Class:0x007fb4f47c0f00>:0x00000001730e28>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___1697707107415199739_12154880'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2264274421447896421__process_action__186826940613253228__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__3509540912899911698__call__895465133278772311__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:30 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (9.4ms)
Completed 500 Internal Server Error in 13ms

ActionView::Template::Error (undefined method `will_paginate' for #<#<Class:0x007fb4f47c0f00>:0x000000018ce410>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___1697707107415199739_12154880'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2264274421447896421__process_action__186826940613253228__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__3509540912899911698__call__895465133278772311__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (28.6ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.3ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:41 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (9.6ms)
Completed 500 Internal Server Error in 12ms

ActionView::Template::Error (undefined method `will_paginate' for #<#<Class:0x007fb4f47c0f00>:0x00000001406090>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___1697707107415199739_12154880'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2264274421447896421__process_action__186826940613253228__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__3509540912899911698__call__895465133278772311__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:44 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (9.5ms)
Completed 500 Internal Server Error in 12ms

ActionView::Template::Error (undefined method `will_paginate' for #<#<Class:0x007fb4f47c0f00>:0x00000001808788>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___1697707107415199739_12154880'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2264274421447896421__process_action__186826940613253228__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__3509540912899911698__call__895465133278772311__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:54 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (39.4ms)
Completed 500 Internal Server Error in 82ms

ActionView::Template::Error (undefined method `total_pages' for []:Array):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__4258563861235819330_27198260'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2093940157365526963__process_action__4024261401177136117__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__4158533979159862104__call__1188315003774647501__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:32:58 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (1.3ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (undefined method `total_pages' for []:Array):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__4258563861235819330_27198260'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2093940157365526963__process_action__4024261401177136117__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__4158533979159862104__call__1188315003774647501__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-03 20:33:01 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (1.7ms)
Completed 500 Internal Server Error in 4ms

ActionView::Template::Error (undefined method `total_pages' for []:Array):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__4258563861235819330_27198260'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2093940157365526963__process_action__4024261401177136117__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__4158533979159862104__call__1188315003774647501__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-03 20:33:03 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (1.8ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (undefined method `total_pages' for []:Array):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__4258563861235819330_27198260'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2093940157365526963__process_action__4024261401177136117__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__4158533979159862104__call__1188315003774647501__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.9ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (24.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (25.9ms)
Completed 200 OK in 54ms (Views: 47.6ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /kblog/application.js - 304 Not Modified (13ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:07 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started POST "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:33:16 +0100
Processing by Kblog::ArticlesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "article"=>{"title"=>"this is a test", "content"=>"foobar"}, "commit"=>"Create Article"}
   (0.1ms)  begin transaction
  SQL (44.1ms)  INSERT INTO "kblog_articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["content", "foobar"], ["created_at", Sun, 03 Mar 2013 19:33:16 UTC +00:00], ["title", "this is a test"], ["updated_at", Sun, 03 Mar 2013 19:33:16 UTC +00:00]]
   (141.7ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/1
Completed 302 Found in 193ms (ActiveRecord: 185.9ms)


Started GET "/kblog/articles/1" for 127.0.0.1 at 2013-03-03 20:33:17 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"1"}
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (8.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (9.2ms)
Completed 500 Internal Server Error in 13ms

ActionView::Template::Error (undefined method `textilize' for #<#<Class:0x007fbbbcb13af8>:0x000000011dd1d8>):
    5: 	<h2><%= article.title %></h2>
    6: 
    7: 	<div class="kblog-content">
    8: 		<%= textilize(article.content).html_safe %>
    9: 	</div>
    10: 
    11: 	<div class="kblog-links">
  /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb:8:in `__home_erpe_devel_kblog_app_views_kblog_articles__article_html_erb__443276162644419717_9940640'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/partial_renderer.rb:265:in `render_partial'
  actionpack (3.2.13.rc1) lib/action_view/renderer/partial_renderer.rb:238:in `block in render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/partial_renderer.rb:237:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:41:in `render_partial'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:15:in `render'
  actionpack (3.2.13.rc1) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb:2:in `__home_erpe_devel_kblog_app_views_kblog_articles_show_html_erb__145923916776587244_9372300'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:21:in `show'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__2093940157365526963__process_action__3327482399950677733__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__4158533979159862104__call__1188315003774647501__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles/1" for 127.0.0.1 at 2013-03-03 20:33:48 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"1"}
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (28.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (63.9ms)
Completed 200 OK in 130ms (Views: 89.2ms | ActiveRecord: 32.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /kblog/application.css - 304 Not Modified (8ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /kblog/application.js - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:49 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/kblog/articles/1/edit" for 127.0.0.1 at 2013-03-03 20:33:50 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"1"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (3.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb within layouts/kblog/application (5.2ms)
Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:50 +0100
Served asset /kblog/application.css - 304 Not Modified (8ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:50 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:51 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:51 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:51 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:51 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started PUT "/kblog/articles/1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Processing by Kblog::ArticlesController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "article"=>{"title"=>"this is a test", "content"=>"foobar foobar"}, "commit"=>"Update Article", "id"=>"1"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
   (0.1ms)  begin transaction
   (2.6ms)  UPDATE "kblog_articles" SET "content" = 'foobar foobar', "updated_at" = '2013-03-03 19:33:55.344808' WHERE "kblog_articles"."id" = 1
   (166.8ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/1
Completed 302 Found in 181ms (ActiveRecord: 169.7ms)


Started GET "/kblog/articles/1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"1"}
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (1.6ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:33:55 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-03 20:34:00 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (40.5ms)
Completed 500 Internal Server Error in 48ms

ActionView::Template::Error (undefined method `total_pages' for #<Array:0x0000000130f9c0>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___617929810637933381_10034520'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__818007894052131324__process_action__876917324177780047__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__2350394442439083708__call__4083470106134696384__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms)


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-03 20:35:18 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (2.9ms)
Completed 500 Internal Server Error in 5ms

ActionView::Template::Error (undefined method `total_pages' for #<Array:0x00000000f6ff68>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___617929810637933381_10034520'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__818007894052131324__process_action__876917324177780047__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__2350394442439083708__call__4083470106134696384__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:35:20 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (2.8ms)
Completed 500 Internal Server Error in 6ms

ActionView::Template::Error (undefined method `total_pages' for #<Array:0x000000011bee68>):
    2: 	<h1>KBlog</h1>
    3: 	<%= render(:partial => 'article', :collection => @articles) %>
    4: 	<div class="pagination-links">
    5: 		<%= will_paginate(@articles) %>  	
    6: 	</div>
    7: 	<div class="kblog-links">
    8: 		<%= link_to 'New Article', new_article_path %>
  will_paginate (3.0.4) lib/will_paginate/view_helpers.rb:73:in `will_paginate'
  will_paginate (3.0.4) lib/will_paginate/view_helpers/action_view.rb:33:in `will_paginate'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:5:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb___617929810637933381_10034520'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.13.rc1) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.13.rc1) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.13.rc1) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.13.rc1) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.13.rc1) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:10:in `index'
  actionpack (3.2.13.rc1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:403:in `_run__818007894052131324__process_action__876917324177780047__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.13.rc1) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.13.rc1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.13.rc1) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.13.rc1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.13.rc1) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.13.rc1) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/routing/route_set.rb:612:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.13.rc1) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.13.rc1) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `_run__2350394442439083708__call__4083470106134696384__callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.13.rc1) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (6.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (51.1ms)
Completed 200 OK in 108ms (Views: 104.8ms | ActiveRecord: 2.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /jquery.js - 304 Not Modified (6ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:32 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (3.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (4.9ms)
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:38 +0100
Served asset /kblog/application.js - 304 Not Modified (33ms)


Started POST "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Processing by Kblog::ArticlesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "article"=>{"title"=>"Quisque vitae urna lectus. Ut sollicitudin lacinia nisi sed sed.", "content"=>"Vestibulum urna enim, posuere eu imperdiet in, tristique ut ligula. Phasellus est tortor, ornare id rhoncus placerat, condimentum semper tortor. Suspendisse potenti. Donec molestie velit est. Cras congue augue mauris, ut consequat elit. Nulla quis erat sem. Donec convallis elit ut odio cursus porttitor. Ut congue dapibus vehicula. Aenean aliquam turpis duis.\r\n"}, "commit"=>"Create Article"}
   (0.1ms)  begin transaction
  SQL (7.6ms)  INSERT INTO "kblog_articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["content", "Vestibulum urna enim, posuere eu imperdiet in, tristique ut ligula. Phasellus est tortor, ornare id rhoncus placerat, condimentum semper tortor. Suspendisse potenti. Donec molestie velit est. Cras congue augue mauris, ut consequat elit. Nulla quis erat sem. Donec convallis elit ut odio cursus porttitor. Ut congue dapibus vehicula. Aenean aliquam turpis duis.\r\n"], ["created_at", Sun, 03 Mar 2013 19:35:51 UTC +00:00], ["title", "Quisque vitae urna lectus. Ut sollicitudin lacinia nisi sed sed."], ["updated_at", Sun, 03 Mar 2013 19:35:51 UTC +00:00]]
   (167.2ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/2
Completed 302 Found in 180ms (ActiveRecord: 174.9ms)


Started GET "/kblog/articles/2" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"2"}
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "2"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.7ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (2.8ms)
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /kblog/articles.css - 304 Not Modified (4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:51 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (4.9ms)
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /jquery.js - 304 Not Modified (40ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:35:55 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/kblog/articles/1/edit" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"1"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (2.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb within layouts/kblog/application (3.6ms)
Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:32 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (3.9ms)
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:37:35 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.7ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (6.6ms)
Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:42 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started DELETE "/kblog/articles/1" for 127.0.0.1 at 2013-03-03 20:44:49 +0100
Processing by Kblog::ArticlesController#destroy as HTML
  Parameters: {"authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "id"=>"1"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "1"]]
   (0.1ms)  begin transaction
  SQL (0.4ms)  DELETE FROM "kblog_articles" WHERE "kblog_articles"."id" = ?  [["id", 1]]
   (163.6ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles
Completed 302 Found in 167ms (ActiveRecord: 164.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (3.5ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:44:50 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (4.4ms)
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:15 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:45:17 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (3.3ms)
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:18 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/2/edit" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"2"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "2"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (1.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb within layouts/kblog/application (2.8ms)
Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:21 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/kblog/articles/2" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"2"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "2"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (2.7ms)
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /jquery_ujs.js - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:24 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/kblog/articles/2/edit" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"2"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "2"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (2.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb within layouts/kblog/application (3.4ms)
Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:28 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (3.4ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:45:29 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (1.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (2.6ms)
Completed 200 OK in 45ms (Views: 45.1ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Served asset /jquery.js - 304 Not Modified (4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:47:47 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:47:48 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started POST "/kblog/articles" for 127.0.0.1 at 2013-03-03 20:48:12 +0100
Processing by Kblog::ArticlesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "article"=>{"title"=>"Nam vulputate aliquam nisi, quis bibendum nibh commodo sit amet.", "content"=>"Nulla ultrices, lacus ac pretium auctor; lorem ipsum bibendum tellus, a placerat mauris massa sed mi. Nullam sodales dolor quis ligula suscipit quis facilisis ipsum volutpat. \r\n\r\nPraesent suscipit, ante sit amet lacinia laoreet; lacus justo venenatis urna, elementum aliquam sapien arcu nec dui. Praesent rhoncus lorem eget dolor volutpat rutrum. Cum sociis metus.\r\n"}, "commit"=>"Create Article"}
   (0.1ms)  begin transaction
  SQL (0.7ms)  INSERT INTO "kblog_articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["content", "Nulla ultrices, lacus ac pretium auctor; lorem ipsum bibendum tellus, a placerat mauris massa sed mi. Nullam sodales dolor quis ligula suscipit quis facilisis ipsum volutpat. \r\n\r\nPraesent suscipit, ante sit amet lacinia laoreet; lacus justo venenatis urna, elementum aliquam sapien arcu nec dui. Praesent rhoncus lorem eget dolor volutpat rutrum. Cum sociis metus.\r\n"], ["created_at", Sun, 03 Mar 2013 19:48:12 UTC +00:00], ["title", "Nam vulputate aliquam nisi, quis bibendum nibh commodo sit amet."], ["updated_at", Sun, 03 Mar 2013 19:48:12 UTC +00:00]]
   (170.0ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/3
Completed 302 Found in 174ms (ActiveRecord: 170.7ms)


Started GET "/kblog/articles/3" for 127.0.0.1 at 2013-03-03 20:48:12 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"3"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (1.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (2.2ms)
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:13 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/3/edit" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"3"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (1.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb within layouts/kblog/application (2.9ms)
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /kblog/application.css - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:16 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started PUT "/kblog/articles/3" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Processing by Kblog::ArticlesController#update as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Qjm7KxwuX451TTlXZvmQwzhAhIMpmKuKUeodd0oMa1I=", "article"=>{"title"=>"Nam vulputate aliquam nisi, quis bibendum nibh commodo sit amet.", "content"=>"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque interdum velit nec est egestas placerat. Nulla facilisi. Pellentesque suscipit viverra dui suscipit elementum. Vestibulum odio justo, porttitor vitae aliquam vel, sodales ut quam. Proin quis ultricies diam. Vestibulum ultrices; risus eget aliquet consequat, nulla ligula rutrum justo, eu cursus purus est vitae nibh. Pellentesque at diam eu lacus vehicula suscipit. Morbi laoreet magna quis est tincidunt imperdiet. Curabitur eget faucibus nibh? In lobortis fringilla turpis eget bibendum? Maecenas mattis dui quis orci blandit condimentum. Duis adipiscing iaculis magna vel adipiscing?\r\n\r\nDonec eu iaculis odio. Nulla facilisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla sed mauris ac justo suscipit suscipit. Aliquam congue luctus mi, eu ullamcorper ipsum dictum et. Nullam eleifend porttitor odio, sed viverra urna interdum nec. Nulla ac semper diam. Nam sollicitudin fringilla risus. Aliquam lobortis lacinia quam, quis malesuada nisl rutrum non. Vestibulum lectus mauris, elementum vitae venenatis quis, porta sed velit. Proin placerat consectetur nunc eu vehicula. Nam nec ligula est, non aliquet eros. Sed hendrerit tristique purus, in tempus magna imperdiet quis. Nulla dignissim viverra arcu quis faucibus.\r\n\r\nSuspendisse et nulla sem, eget rutrum massa! Sed commodo congue orci, vel cursus ipsum aliquam id. Cras non enim erat, et lobortis tortor! Suspendisse pulvinar massa suscipit nulla pellentesque ornare. Quisque imperdiet consectetur rhoncus. Nullam enim mauris, venenatis non adipiscing sit amet, aliquet at justo. Nullam et tincidunt sem. Sed convallis velit sed felis placerat nec porttitor metus placerat. Pellentesque vehicula eleifend urna eget rutrum.\r\n"}, "commit"=>"Update Article", "id"=>"3"}
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
   (0.1ms)  begin transaction
   (0.7ms)  UPDATE "kblog_articles" SET "content" = 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque interdum velit nec est egestas placerat. Nulla facilisi. Pellentesque suscipit viverra dui suscipit elementum. Vestibulum odio justo, porttitor vitae aliquam vel, sodales ut quam. Proin quis ultricies diam. Vestibulum ultrices; risus eget aliquet consequat, nulla ligula rutrum justo, eu cursus purus est vitae nibh. Pellentesque at diam eu lacus vehicula suscipit. Morbi laoreet magna quis est tincidunt imperdiet. Curabitur eget faucibus nibh? In lobortis fringilla turpis eget bibendum? Maecenas mattis dui quis orci blandit condimentum. Duis adipiscing iaculis magna vel adipiscing?

Donec eu iaculis odio. Nulla facilisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla sed mauris ac justo suscipit suscipit. Aliquam congue luctus mi, eu ullamcorper ipsum dictum et. Nullam eleifend porttitor odio, sed viverra urna interdum nec. Nulla ac semper diam. Nam sollicitudin fringilla risus. Aliquam lobortis lacinia quam, quis malesuada nisl rutrum non. Vestibulum lectus mauris, elementum vitae venenatis quis, porta sed velit. Proin placerat consectetur nunc eu vehicula. Nam nec ligula est, non aliquet eros. Sed hendrerit tristique purus, in tempus magna imperdiet quis. Nulla dignissim viverra arcu quis faucibus.

Suspendisse et nulla sem, eget rutrum massa! Sed commodo congue orci, vel cursus ipsum aliquam id. Cras non enim erat, et lobortis tortor! Suspendisse pulvinar massa suscipit nulla pellentesque ornare. Quisque imperdiet consectetur rhoncus. Nullam enim mauris, venenatis non adipiscing sit amet, aliquet at justo. Nullam et tincidunt sem. Sed convallis velit sed felis placerat nec porttitor metus placerat. Pellentesque vehicula eleifend urna eget rutrum.
', "updated_at" = '2013-03-03 19:48:36.314218' WHERE "kblog_articles"."id" = 3
   (162.5ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/3
Completed 302 Found in 179ms (ActiveRecord: 163.5ms)


Started GET "/kblog/articles/3" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"3"}
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (3.3ms)
Completed 200 OK in 51ms (Views: 50.3ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:36 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.6ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (7.5ms)
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.6ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /kblog/application.css - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /kblog/articles.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 20:48:40 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml
   (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.2ms)  select sqlite_version(*)
   (157.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (144.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (134.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (145.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (125.1ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (121.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (157.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (156.1ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (156.2ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (122.7ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (134.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (122.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.2ms)  select sqlite_version(*)
   (149.4ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (145.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (134.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (144.9ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (135.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (145.0ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (157.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (155.7ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (128.3ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (111.5ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (111.5ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT version FROM "schema_migrations"
   (121.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (130.6ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (146.6ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (145.3ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (145.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.4ms)  select sqlite_version(*)
   (127.1ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (122.8ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (144.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.2ms)  SELECT version FROM "schema_migrations"
   (156.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.2ms)  select sqlite_version(*)
   (151.2ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (144.7ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (156.6ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (0.1ms)  SELECT version FROM "schema_migrations"
   (156.0ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130303192309')
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (149.7ms)  DROP TABLE "kblog_articles"
   (144.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.5ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (186.2ms)  DROP TABLE "kblog_articles"
   (157.8ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (151.2ms)  DROP TABLE "kblog_articles"
   (145.2ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (167.4ms)  DROP TABLE "kblog_articles"
   (123.0ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (132.2ms)  DROP TABLE "kblog_articles"
   (125.1ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (122.6ms)  DROP TABLE "kblog_articles"
   (145.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (156.0ms)  DROP TABLE "kblog_articles"
   (122.4ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (4.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (13.4ms)
Completed 200 OK in 58ms (Views: 56.5ms | ActiveRecord: 0.8ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 21:42:45 +0100
Served asset /jquery.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-03-04 11:12:09 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.7ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (73.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (134.8ms)
Completed 200 OK in 230ms (Views: 210.1ms | ActiveRecord: 18.5ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /kblog/application.css - 304 Not Modified (6ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /jquery.js - 304 Not Modified (4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /kblog/application.js - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:16 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (4.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (7.4ms)
Completed 200 OK in 49ms (Views: 48.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:12:24 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/" for 127.0.0.1 at 2013-03-04 11:12:37 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)


Started GET "/" for 127.0.0.1 at 2013-03-04 11:13:16 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.4ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (6.8ms)
Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.4ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:13:20 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:14:44 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (5.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:14:48 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.7ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (6.1ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.7ms)
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /jquery.js - 304 Not Modified (5ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:15:18 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:32:05 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (38.7ms)
Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.3ms)


Started GET "/" for 127.0.0.1 at 2013-03-04 11:32:09 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-03-04 11:32:20 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 11:32:24 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (9.7ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (51.7ms)
Completed 200 OK in 55ms (Views: 51.8ms | ActiveRecord: 2.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
   (16.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to CreateUsers (20130304103354)
   (0.0ms)  select sqlite_version(*)
   (0.0ms)  begin transaction
   (0.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20130304103354')
   (166.9ms)  commit transaction
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-03-04 11:34:24 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:34:28 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (1.0ms)
Compiled scaffold.css  (0ms)  (pid 4601)
Compiled users.css  (0ms)  (pid 4601)
Compiled application.css  (12ms)  (pid 4601)
Compiled users.js  (0ms)  (pid 4601)
Compiled application.js  (40ms)  (pid 4601)
Completed 500 Internal Server Error in 173ms

ActionView::Template::Error (undefined method `display_latest_articles' for #<#<Class:0x00000000f30a20>:0x00000000bc6f60>):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__2319317299559707382_6208800'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.4ms)
Connecting to database specified by database.yml


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:39:49 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (33.6ms)
Completed 500 Internal Server Error in 141ms

ActionView::Template::Error (undefined method `display_latest_articles' for #<#<Class:0x00000002fb8018>:0x00000003114718>):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3056137738826270795_25867620'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 11:40:06 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (9.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (20.6ms)
Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.5ms)
Connecting to database specified by database.yml


Started GET "/" for 127.0.0.1 at 2013-03-04 11:43:29 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.13.rc1) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.13.rc1) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.13.rc1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.13.rc1) lib/action_dispatch/middleware/static.rb:63:in `call'
  railties (3.2.13.rc1) lib/rails/engine.rb:479:in `call'
  railties (3.2.13.rc1) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.13.rc1) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:43:33 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (1.0ms)
Completed 500 Internal Server Error in 98ms

ActionView::Template::Error (undefined method `display_latest_articles' for #<#<Class:0x00000000f67598>:0x00000000bfaea0>):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3873171976240519313_6314940'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.8ms)
Connecting to database specified by database.yml


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:44:42 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (33.4ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
Completed 500 Internal Server Error in 145ms

ActionView::Template::Error (Missing partial users/article, application/article with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/home/erpe/devel/kblog/test/dummy/app/views"
  * "/home/erpe/devel/kblog/app/views"
):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3345994235404450672_25624200'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.6ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:46:11 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.4ms)
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
Completed 500 Internal Server Error in 23ms

ActionView::Template::Error (Missing partial users/article, application/article with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/home/erpe/devel/kblog/test/dummy/app/views"
  * "/home/erpe/devel/kblog/app/views"
):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3345994235404450672_25624200'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:46:45 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.4ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
Completed 500 Internal Server Error in 24ms

ActionView::Template::Error (Missing partial users/article, application/article with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/home/erpe/devel/kblog/test/dummy/app/views"
  * "/home/erpe/devel/kblog/app/views"
):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb__3345994235404450672_25624200'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)
Connecting to database specified by database.yml


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:47:00 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (33.7ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
Completed 500 Internal Server Error in 143ms

ActionView::Template::Error (Missing partial users/article, application/article with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/home/erpe/devel/kblog/test/dummy/app/views"
  * "/home/erpe/devel/kblog/app/views"
):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___1943829203390294067_42221920'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms)
Connecting to database specified by database.yml


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:47:41 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (33.7ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
Completed 500 Internal Server Error in 144ms

ActionView::Template::Error (Missing partial kblog/article with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
  * "/home/erpe/devel/kblog/test/dummy/app/views"
  * "/home/erpe/devel/kblog/app/views"
):
    12: <%= yield %>
    13: 
    14: <div id="testing">
    15: <%= display_latest_articles(1) %>
    16: </div>
    17: </body>
    18: </html>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___346264119417459432_31412660'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)
Connecting to database specified by database.yml


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:48:40 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (33.7ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (58.9ms)
Completed 500 Internal Server Error in 167ms

ActionView::Template::Error (undefined method `edit_article_path' for #<#<Class:0x000000028e7b30>:0x00000002a6abb0>):
    9: 	</div>
    10: 
    11: 	<div class="kblog-links">
    12: 		<%= link_to 'Edit', edit_article_path(article) %> |
    13: 		<%= link_to 'Destroy', article, :confirm => 'Are you sure?', :method => :delete %>
    14: 	</div>
    15: </article>
  app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___2820882332368193464_25897160'
  app/controllers/users_controller.rb:7:in `index'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13.rc1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:50:15 +0100
Processing by UsersController#index as HTML
  User Load (0.2ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.3ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (25.1ms)
Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /application.css - 200 OK (5ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /users.css - 200 OK (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /kblog/articles.css - 304 Not Modified (9ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /scaffold.css - 200 OK (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /application.js - 200 OK (40ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:16 +0100
Served asset /users.js - 200 OK (1ms)


Started GET "/kblog/articles/3/edit" for 127.0.0.1 at 2013-03-04 11:50:25 +0100
Processing by Kblog::ArticlesController#edit as HTML
  Parameters: {"id"=>"3"}
  Kblog::Article Load (3.4ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (4.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/edit.html.erb (6.7ms)
Completed 200 OK in 15ms (Views: 9.7ms | ActiveRecord: 3.4ms)


Started GET "/kblog/articles/3" for 127.0.0.1 at 2013-03-04 11:50:28 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"3"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "3"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb (3.6ms)
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.1ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:50:39 +0100
Processing by UsersController#index as HTML
  User Load (0.2ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.3ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.4ms)
Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /application.css - 304 Not Modified (2ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /scaffold.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /kblog/articles.css - 304 Not Modified (7ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /users.css - 304 Not Modified (0ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /application.js - 304 Not Modified (1ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:50:40 +0100
Served asset /users.js - 304 Not Modified (0ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 11:51:58 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb (6.6ms)
Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.3ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 11:52:33 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.3ms)
Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:33 +0100
Served asset /kblog/application.css - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:33 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:33 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:33 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:34 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:34 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Processing by UsersController#index as HTML
  User Load (0.2ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.3ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.5ms)
Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.4ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /users.css - 304 Not Modified (0ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /users.js - 304 Not Modified (0ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /scaffold.css - 304 Not Modified (0ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:39 +0100
Served asset /application.js - 304 Not Modified (1ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.3ms)
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:52:59 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 11:53:06 +0100
Processing by UsersController#index as HTML
  User Load (0.2ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (0.3ms)
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.2ms)
Completed 200 OK in 49ms (Views: 47.9ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /application.css - 304 Not Modified (0ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /scaffold.css - 304 Not Modified (2ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /users.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /application.js - 304 Not Modified (1ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /users.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:07 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/users/new" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Processing by UsersController#new as HTML
  Rendered users/_form.html.erb (3.8ms)
  Rendered users/new.html.erb within layouts/application (5.6ms)
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.0ms)
Completed 200 OK in 29ms (Views: 23.7ms | ActiveRecord: 0.3ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /application.css - 304 Not Modified (1ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /users.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /scaffold.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /users.js - 304 Not Modified (0ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:16 +0100
Served asset /application.js - 304 Not Modified (3ms)


Started POST "/users" for 127.0.0.1 at 2013-03-04 11:53:24 +0100
Processing by UsersController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"Tv0S0UZ3qYp7SZvMjzbjElLZJ3FiPsd08D57USUuc+Y=", "user"=>{"name"=>"Fritz Helm"}, "commit"=>"Create User"}
   (0.1ms)  begin transaction
  SQL (53.4ms)  INSERT INTO "users" ("created_at", "name", "updated_at") VALUES (?, ?, ?)  [["created_at", Mon, 04 Mar 2013 10:53:24 UTC +00:00], ["name", "Fritz Helm"], ["updated_at", Mon, 04 Mar 2013 10:53:24 UTC +00:00]]
   (159.2ms)  commit transaction
Redirected to http://localhost:3000/users/1
Completed 302 Found in 217ms (ActiveRecord: 212.6ms)


Started GET "/users/1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Processing by UsersController#show as HTML
  Parameters: {"id"=>"1"}
  User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1  [["id", "1"]]
  Rendered users/show.html.erb within layouts/application (1.5ms)
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.2ms)
Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /application.css - 304 Not Modified (1ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /users.css - 304 Not Modified (0ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /scaffold.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /users.js - 304 Not Modified (0ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 11:53:25 +0100
Served asset /application.js - 304 Not Modified (1ms)
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (155.0ms)  DROP TABLE "kblog_articles"
   (144.4ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (144.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.2ms)  SELECT version FROM "schema_migrations"
   (132.4ms)  INSERT INTO "schema_migrations" (version) VALUES ('20130304103354')
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.4ms)  select sqlite_version(*)
   (130.9ms)  DROP TABLE "kblog_articles"
   (134.1ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (144.7ms)  DROP TABLE "users"
   (156.4ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"


Started GET "/kblog/articles/" for 127.0.0.1 at 2013-03-04 12:50:32 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (38.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (88.6ms)
Completed 200 OK in 149ms (Views: 145.4ms | ActiveRecord: 2.4ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /kblog/application.css - 304 Not Modified (41ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /kblog/articles.css - 200 OK (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /kblog/application.js - 304 Not Modified (11ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:33 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/users" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Processing by UsersController#index as HTML
  User Load (0.1ms)  SELECT "users".* FROM "users" 
  Rendered users/index.html.erb within layouts/application (2.4ms)
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.1ms)
Completed 200 OK in 64ms (Views: 56.6ms | ActiveRecord: 0.7ms)


Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /application.css - 200 OK (3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /scaffold.css - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/users.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /users.css - 200 OK (1ms)


Started GET "/assets/users.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /users.js - 200 OK (1ms)


Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:38 +0100
Served asset /application.js - 200 OK (6ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 12:50:51 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.6ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /kblog/application.js - 304 Not Modified (4ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 12:50:52 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.5ms)  select sqlite_version(*)
   (161.6ms)  DROP TABLE "kblog_articles"
   (145.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (155.8ms)  DROP TABLE "users"
   (156.7ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (152.6ms)  DROP TABLE "kblog_articles"
   (156.4ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (178.2ms)  DROP TABLE "users"
   (156.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.4ms)  select sqlite_version(*)
   (142.5ms)  DROP TABLE "kblog_articles"
   (134.2ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (167.2ms)  DROP TABLE "users"
   (212.8ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (178.2ms)  DROP TABLE "kblog_articles"
   (145.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (156.0ms)  DROP TABLE "users"
   (146.9ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (164.1ms)  DROP TABLE "kblog_articles"
   (167.7ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (167.0ms)  DROP TABLE "users"
   (156.7ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"
Connecting to database specified by database.yml
   (1.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
   (0.3ms)  select sqlite_version(*)
   (156.2ms)  DROP TABLE "kblog_articles"
   (334.5ms)  CREATE TABLE "kblog_articles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (144.9ms)  DROP TABLE "users"
   (146.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
   (0.1ms)  SELECT version FROM "schema_migrations"


Started GET "/" for 127.0.0.1 at 2013-03-04 19:51:51 +0100
Connecting to database specified by database.yml

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 19:52:01 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (66.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (78.9ms)
Completed 500 Internal Server Error in 82ms

ActionView::Template::Error (undefined local variable or method `current_user' for #<#<Class:0x007f3d74104448>:0x007f3d74177448>):
    8: 		<%= textilize(article.content).html_safe %>
    9: 	</div>
    10: 	
    11: 	<% if current_user && Kblog::Article.has_create_rights(current_user) %>
    12: 	<div class="kblog-links">
    13: 		<%= link_to 'Edit', kblog.edit_article_path(article) %> |
    14: 		<%= link_to 'Destroy', kblog.article_path(article), :confirm => 'Are you sure?', :method => :delete %>
  /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb:11:in `__home_erpe_devel_kblog_app_views_kblog_articles__article_html_erb___721156428970111727_69950965639240'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:351:in `block in collection_with_template'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:348:in `each'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:348:in `collection_with_template'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:250:in `render_collection'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:234:in `block in render'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:233:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render'
  actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:3:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__497445708117377180_69950959528200'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:403:in `_run__2003893957400791545__process_action__3166125109770093757__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__2315732527065617787__call__4551234365671501124__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 19:56:13 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `current_user' for #<Kblog::ArticlesController:0x007fe308d0e3f8>):
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:64:in `set_blog_user'
  activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__2570717482942164728__process_action__3711180301461495417__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__4550927046262575267__call__962056038975540007__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.3ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 22:35:28 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
Completed 500 Internal Server Error in 1ms

NameError (undefined local variable or method `current_user' for #<Kblog::ArticlesController:0x007f8954e02f10>):
  /home/erpe/devel/kblog/app/controllers/kblog/articles_controller.rb:64:in `set_blog_user'
  activesupport (3.2.12) lib/active_support/callbacks.rb:407:in `_run__1793531407947974867__process_action__1077210291370949761__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__852873528384671877__call__652756760787172968__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (52.1ms)
Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 2.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /kblog/articles.css - 200 OK (5ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /kblog/application.js - 304 Not Modified (5ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:38:27 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 22:39:31 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.1ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (52.2ms)
Completed 200 OK in 76ms (Views: 73.0ms | ActiveRecord: 2.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /kblog/application.css - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /jquery_ujs.js - 304 Not Modified (4ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:32 +0100
Served asset /kblog/application.js - 304 Not Modified (9ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Processing by Kblog::ArticlesController#new as HTML
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_form.html.erb (5.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/new.html.erb within layouts/kblog/application (12.0ms)
Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.0ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /kblog/application.css - 304 Not Modified (9ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:39 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started POST "/kblog/articles" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Processing by Kblog::ArticlesController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"4hJP5+5plZg5DjEhiPyQCtNmie+pOXcfz1GNhiDzTiE=", "article"=>{"title"=>"this is a test", "content"=>"testing"}, "commit"=>"Create Article"}
   (0.1ms)  begin transaction
  SQL (5.0ms)  INSERT INTO "kblog_articles" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?)  [["content", "testing"], ["created_at", Mon, 04 Mar 2013 21:39:46 UTC +00:00], ["title", "this is a test"], ["updated_at", Mon, 04 Mar 2013 21:39:46 UTC +00:00]]
   (156.3ms)  commit transaction
Redirected to http://localhost:3000/kblog/articles/4
Completed 302 Found in 166ms (ActiveRecord: 161.4ms)


Started GET "/kblog/articles/4" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"4"}
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "4"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (2.0ms)
Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /kblog/application.css - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /jquery_ujs.js - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:46 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/kblog/articles/4" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Processing by Kblog::ArticlesController#show as HTML
  Parameters: {"id"=>"4"}
  Kblog::Article Load (0.1ms)  SELECT "kblog_articles".* FROM "kblog_articles" WHERE "kblog_articles"."id" = ? LIMIT 1  [["id", "4"]]
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (0.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/show.html.erb within layouts/kblog/application (1.5ms)
Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:39:49 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/" for 127.0.0.1 at 2013-03-04 22:39:57 +0100

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (3.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (7.6ms)
Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.5ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:40:01 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/kblog/" for 127.0.0.1 at 2013-03-04 22:43:54 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (53.2ms)
Completed 200 OK in 77ms (Views: 74.2ms | ActiveRecord: 2.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /kblog/application.js - 304 Not Modified (5ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:43:55 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.2ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-04 22:44:01 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-04 22:44:03 +0100
Processing by Kblog::ArticlesController#new as HTML
Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-04 22:44:16 +0100
Processing by Kblog::ArticlesController#new as HTML
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)


Started GET "/" for 127.0.0.1 at 2013-03-05 16:17:32 +0100
Connecting to database specified by database.yml

ActionController::RoutingError (No route matches [GET] "/"):
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (86.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (103.1ms)
Completed 200 OK in 199ms (Views: 195.8ms | ActiveRecord: 2.5ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /kblog/application.css - 304 Not Modified (8ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /jquery.js - 304 Not Modified (4ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:39 +0100
Served asset /kblog/application.js - 304 Not Modified (7ms)


Started GET "/kblog/articles/new" for 127.0.0.1 at 2013-03-05 16:17:45 +0100
Processing by Kblog::ArticlesController#new as HTML
Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.4ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.5ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.4ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /kblog/application.js - 304 Not Modified (8ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-05 16:17:50 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/" for 127.0.0.1 at 2013-03-05 16:24:42 +0100
Connecting to database specified by database.yml

ArgumentError (A secret is required to generate an integrity hash for cookie session data. Use config.secret_token = "some secret phrase of at least 30 characters"in config/initializers/secret_token.rb):
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:319:in `ensure_secret_secure'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:284:in `initialize'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:231:in `new'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:231:in `signed'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/cookie_store.rb:53:in `block in unpacked_cookie_data'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/abstract_store.rb:57:in `stale_session_check!'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/cookie_store.rb:51:in `unpacked_cookie_data'
  rack (1.4.5) lib/rack/session/cookie.rb:107:in `extract_session_id'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/abstract_store.rb:53:in `block in extract_session_id'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/abstract_store.rb:57:in `stale_session_check!'
  actionpack (3.2.12) lib/action_dispatch/middleware/session/abstract_store.rb:53:in `extract_session_id'
  rack (1.4.5) lib/rack/session/abstract/id.rb:43:in `load_session_id!'
  rack (1.4.5) lib/rack/session/abstract/id.rb:32:in `[]'
  rack (1.4.5) lib/rack/session/abstract/id.rb:267:in `current_session_id'
  rack (1.4.5) lib/rack/session/abstract/id.rb:273:in `session_exists?'
  rack (1.4.5) lib/rack/session/abstract/id.rb:107:in `exists?'
  rack (1.4.5) lib/rack/session/abstract/id.rb:127:in `load_for_read!'
  rack (1.4.5) lib/rack/session/abstract/id.rb:64:in `has_key?'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:258:in `ensure in call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:259:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__530323791939202011__call__382623715773387512__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-05 16:49:20 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (54.2ms)
Completed 200 OK in 78ms (Views: 74.4ms | ActiveRecord: 2.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /kblog/application.css - 304 Not Modified (37ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /jquery.js - 304 Not Modified (6ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /kblog/articles.css - 304 Not Modified (3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /jquery_ujs.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-05 16:49:21 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:04:32 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (55.9ms)
Completed 200 OK in 80ms (Views: 76.5ms | ActiveRecord: 2.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /kblog/application.css - 200 OK (8ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /kblog/articles.css - 200 OK (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /jquery.js - 200 OK (4ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /kblog/articles.js - 200 OK (7ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /jquery_ujs.js - 200 OK (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:04:33 +0100
Served asset /kblog/application.js - 200 OK (5ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (11.6ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.8ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /kblog/application.css - 304 Not Modified (4ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:31 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.3ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:08:33 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:20:14 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (55.3ms)
Completed 200 OK in 79ms (Views: 75.7ms | ActiveRecord: 2.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /kblog/application.css - 304 Not Modified (2ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /kblog/application.js - 304 Not Modified (7ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /jquery.js - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:15 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:20:21 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (6.8ms)
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.4ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /kblog/application.css - 304 Not Modified (8ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /jquery_ujs.js - 304 Not Modified (34ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:22 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.9ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.9ms)
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /jquery.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:20:59 +0100
Served asset /kblog/application.js - 304 Not Modified (10ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (11.8ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.8ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /jquery.js - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /kblog/application.js - 304 Not Modified (4ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:23 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.5ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.5ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:25 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.9ms)
Completed 200 OK in 50ms (Views: 49.6ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /kblog/application.css - 304 Not Modified (1ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:26 +0100
Served asset /kblog/application.js - 304 Not Modified (2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (2.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (5.3ms)
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:27 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (56.4ms)
Completed 200 OK in 80ms (Views: 77.0ms | ActiveRecord: 2.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /kblog/application.css - 304 Not Modified (38ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /jquery.js - 304 Not Modified (6ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /kblog/articles.js - 304 Not Modified (1ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:22:42 +0100
Served asset /kblog/application.js - 304 Not Modified (6ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:25:47 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  User Load (0.1ms)  SELECT "users".* FROM "users" LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (49.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (53.1ms)
Completed 500 Internal Server Error in 55ms

ActionView::Template::Error (undefined method `includes?' for ["foo", "bar", "blogger"]:Array):
    8: 		<%= textilize(article.content).html_safe %>
    9: 	</div>
    10: 	<% @blog_user = User.first %>	
    11: 	<% if @blog_user && Kblog::Article.user_rights(@blog_user) %>
    12: 	<div class="kblog-links">
    13: 		<%= link_to 'Edit', kblog.edit_article_path(article) %> |
    14: 		<%= link_to 'Destroy', kblog.article_path(article), :confirm => 'Are you sure?', :method => :delete %>
  /home/erpe/devel/kblog/app/models/kblog/article.rb:11:in `user_rights'
  /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb:11:in `__home_erpe_devel_kblog_app_views_kblog_articles__article_html_erb__524438183179709349_69975489355320'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:351:in `block in collection_with_template'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:348:in `each'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:348:in `collection_with_template'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:250:in `render_collection'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:234:in `block in render'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/partial_renderer.rb:233:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:41:in `render_partial'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:15:in `render'
  actionpack (3.2.12) lib/action_view/helpers/rendering_helper.rb:24:in `render'
  /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb:3:in `__home_erpe_devel_kblog_app_views_kblog_articles_index_html_erb__2497724549557092766_69975487554700'
  actionpack (3.2.12) lib/action_view/template.rb:145:in `block in render'
  activesupport (3.2.12) lib/active_support/notifications.rb:125:in `instrument'
  actionpack (3.2.12) lib/action_view/template.rb:143:in `render'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/template_renderer.rb:18:in `render'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:36:in `render_template'
  actionpack (3.2.12) lib/action_view/renderer/renderer.rb:17:in `render'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:110:in `_render_template'
  actionpack (3.2.12) lib/action_controller/metal/streaming.rb:225:in `_render_template'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:103:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
  actionpack (3.2.12) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:88:in `render'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:16:in `render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
  /usr/local/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
  activesupport (3.2.12) lib/active_support/core_ext/benchmark.rb:5:in `ms'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:39:in `render'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
  actionpack (3.2.12) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:167:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rendering.rb:10:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
  activesupport (3.2.12) lib/active_support/callbacks.rb:414:in `_run__3217644258777477530__process_action__179788935368157302__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/abstract_controller/callbacks.rb:17:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/rescue.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `block in instrument'
  activesupport (3.2.12) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
  activesupport (3.2.12) lib/active_support/notifications.rb:123:in `instrument'
  actionpack (3.2.12) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  actionpack (3.2.12) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
  activerecord (3.2.12) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
  actionpack (3.2.12) lib/abstract_controller/base.rb:121:in `process'
  actionpack (3.2.12) lib/abstract_controller/rendering.rb:45:in `process'
  actionpack (3.2.12) lib/action_controller/metal.rb:203:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  actionpack (3.2.12) lib/action_controller/metal.rb:246:in `block in action'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:36:in `call'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/railtie/configurable.rb:30:in `method_missing'
  journey (1.0.4) lib/journey/router.rb:68:in `block in call'
  journey (1.0.4) lib/journey/router.rb:56:in `each'
  journey (1.0.4) lib/journey/router.rb:56:in `call'
  actionpack (3.2.12) lib/action_dispatch/routing/route_set.rb:601:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  rack (1.4.5) lib/rack/etag.rb:23:in `call'
  rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/head.rb:14:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/flash.rb:242:in `call'
  rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
  rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/cookies.rb:341:in `call'
  activerecord (3.2.12) lib/active_record/query_cache.rb:64:in `call'
  activerecord (3.2.12) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `_run__19991248692788025__call__4257162749718084565__callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:405:in `__run_callback'
  activesupport (3.2.12) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
  activesupport (3.2.12) lib/active_support/callbacks.rb:81:in `run_callbacks'
  actionpack (3.2.12) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/reloader.rb:65:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
  railties (3.2.12) lib/rails/rack/logger.rb:32:in `call_app'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `block in call'
  activesupport (3.2.12) lib/active_support/tagged_logging.rb:22:in `tagged'
  railties (3.2.12) lib/rails/rack/logger.rb:16:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/request_id.rb:22:in `call'
  rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
  rack (1.4.5) lib/rack/runtime.rb:17:in `call'
  activesupport (3.2.12) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  rack (1.4.5) lib/rack/lock.rb:15:in `call'
  actionpack (3.2.12) lib/action_dispatch/middleware/static.rb:62:in `call'
  railties (3.2.12) lib/rails/engine.rb:479:in `call'
  railties (3.2.12) lib/rails/application.rb:223:in `call'
  rack (1.4.5) lib/rack/content_length.rb:14:in `call'
  railties (3.2.12) lib/rails/rack/log_tailer.rb:17:in `call'
  rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
  /usr/local/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
  /usr/local/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'


  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
  Rendered /usr/local/lib/ruby/gems/1.9.1/gems/actionpack-3.2.12/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "kblog_articles" 
  User Load (0.1ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (12.8ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (22.6ms)
Completed 200 OK in 30ms (Views: 27.4ms | ActiveRecord: 1.3ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:26:20 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)
Connecting to database specified by database.yml


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:27:49 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  User Load (0.1ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (12.3ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (21.3ms)
Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 1.1ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:27:49 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:27:49 +0100
Served asset /jquery.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:27:49 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:27:50 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:27:50 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:27:50 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:28:05 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  User Load (0.1ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (17.0ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (65.9ms)
Completed 200 OK in 90ms (Views: 86.4ms | ActiveRecord: 2.5ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /kblog/application.css - 304 Not Modified (3ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /kblog/articles.css - 304 Not Modified (4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /jquery.js - 304 Not Modified (5ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /jquery_ujs.js - 304 Not Modified (7ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /kblog/articles.js - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:28:06 +0100
Served asset /kblog/application.js - 304 Not Modified (7ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:54:17 +0100
Connecting to database specified by database.yml
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.2ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.1ms)  SELECT COUNT(*) FROM "kblog_articles" 
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (7.6ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (55.7ms)
Completed 200 OK in 79ms (Views: 76.3ms | ActiveRecord: 2.2ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /kblog/application.css - 304 Not Modified (4ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /jquery.js - 304 Not Modified (8ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /kblog/articles.css - 304 Not Modified (2ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /kblog/application.js - 304 Not Modified (10ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /kblog/articles.js - 304 Not Modified (3ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:18 +0100
Served asset /jquery_ujs.js - 304 Not Modified (2ms)


Started GET "/kblog/articles" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Processing by Kblog::ArticlesController#index as HTML
  Kblog::Article Load (0.3ms)  SELECT "kblog_articles".* FROM "kblog_articles" ORDER BY created_at DESC LIMIT 3 OFFSET 0
   (0.2ms)  SELECT COUNT(*) FROM "kblog_articles" 
  User Load (0.1ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  CACHE (0.0ms)  SELECT "users".* FROM "users" LIMIT 1
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/_article.html.erb (52.2ms)
  Rendered /home/erpe/devel/kblog/app/views/kblog/articles/index.html.erb within layouts/kblog/application (55.7ms)
Completed 200 OK in 62ms (Views: 60.5ms | ActiveRecord: 0.8ms)


Started GET "/assets/kblog/application.css?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /kblog/application.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.css?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /kblog/articles.css - 304 Not Modified (0ms)


Started GET "/assets/kblog/articles.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /kblog/articles.js - 304 Not Modified (0ms)


Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /jquery_ujs.js - 304 Not Modified (0ms)


Started GET "/assets/kblog/application.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /kblog/application.js - 304 Not Modified (1ms)


Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-06 10:54:59 +0100
Served asset /jquery.js - 304 Not Modified (0ms)