(0.1ms) select sqlite_version(*)  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (1.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePermalinks (20111108194929)  (0.4ms) CREATE TABLE "permalinks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "slug" varchar(255), "content_id" integer, "content_type" varchar(255), "created_at" datetime, "updated_at" datetime)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111108194929')  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("permalinks")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20111108195813)  (0.0ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111108195813')  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("permalinks")  (0.0ms) PRAGMA index_list("posts")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20111108195813) Migrating to CreateUsers (20111108195947)  (0.0ms) select sqlite_version(*)  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "email" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111108195947')  (0.1ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  (0.0ms) PRAGMA index_list("permalinks")  (0.0ms) PRAGMA index_list("posts")  (0.0ms) PRAGMA index_list("users") Started GET "/" for 127.0.0.1 at Tue Nov 08 15:12:49 -0500 2011 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (0.7ms) Compiled application.css (2ms) (pid 78462) Compiled posts.css (0ms) (pid 78462) Compiled scaffold.css (0ms) (pid 78462) Compiled users.css (0ms) (pid 78462) Compiled application.js (6ms) (pid 78462) Compiled jquery.js (4ms) (pid 78462) Compiled jquery_ujs.js (12ms) (pid 78462) Compiled posts.js (0ms) (pid 78462) Compiled users.js (0ms) (pid 78462) Completed 200 OK in 173ms (Views: 171.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /posts.css - 200 OK (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /application.css - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /scaffold.css - 200 OK (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /users.css - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /jquery.js - 200 OK (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /posts.js - 200 OK (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /users.js - 200 OK (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 15:12:55 -0500 2011 Served asset /application.js - 200 OK (0ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:07:30 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (3.0ms) Cache for Asset (application.js) is stale /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/jquery-rails-1.0.16/vendor/assets/javascripts/jquery.js isn't in paths: /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/images, /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/javascripts, /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/stylesheets, /Library/Ruby/Gems/1.8/gems/jquery-rails-1.0.16/vendor/assets/javascripts Compiled application.js (8ms) (pid 79999) Compiled jquery.js (102ms) (pid 79999) Compiled jquery_ujs.js (2ms) (pid 79999) Completed 200 OK in 195ms (Views: 193.6ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /jquery.js - 304 Not Modified (11ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /users.css - 304 Not Modified (3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /scaffold.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (102ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:07:31 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (2.3ms) Cache for Asset (application.js) is stale /Library/Ruby/Gems/1.8/gems/jquery-rails-1.0.16/vendor/assets/javascripts/jquery.js isn't in paths: /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/images, /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/javascripts, /Users/jcarlson/Projects/has_permalink/test/dummy/app/assets/stylesheets, /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/jquery-rails-1.0.16/vendor/assets/javascripts Compiled application.js (6ms) (pid 80421) Completed 200 OK in 104ms (Views: 102.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:14 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:17:15 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (27.1ms) Rendered posts/new.html.erb within layouts/application (31.2ms) Completed 200 OK in 41ms (Views: 39.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:16 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:17:24 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"slug"=>"", "title"=>"Foo Bar Post", "content"=>"the content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = '' LIMIT 1 Completed 404 Not Found in 113ms ActionController::RoutingError (No route matches "/"): app/controllers/posts_controller.rb:46:in `create' app/controllers/posts_controller.rb:45:in `create' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:31 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:17:47 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (15.7ms) Rendered posts/new.html.erb within layouts/application (16.7ms) Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:17:48 -0500 2011 Served asset /application.js - 304 Not Modified (6ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:17:58 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"slug"=>"slug", "title"=>"The Title", "content"=>"The content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Completed 404 Not Found in 72ms ActionController::RoutingError (No route matches "/slug"): app/controllers/posts_controller.rb:46:in `create' app/controllers/posts_controller.rb:45:in `create' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (51.9ms) Completed 200 OK in 83ms (Views: 82.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:40 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:19:42 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (10.5ms) Rendered posts/new.html.erb within layouts/application (13.8ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `slug' for #): 21: 22:
23: <%= f.label :slug %> 24: <%= f.text_field :slug %> 25:
26:
27: <%= f.submit %> app/views/posts/_form.html.erb:24:in `_app_views_posts__form_html_erb___1064674555_2173983160' app/views/posts/_form.html.erb:1:in `_app_views_posts__form_html_erb___1064674555_2173983160' app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__903117659_2174067960' app/controllers/posts_controller.rb:29:in `new' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (59.2ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (6.0ms) Rendered posts/new.html.erb within layouts/application (7.0ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:52 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"title"=>"Title", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"} SQL (5.6ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "content"], ["created_at", Tue, 08 Nov 2011 21:19:58 UTC +00:00], ["title", "Title"], ["updated_at", Tue, 08 Nov 2011 21:19:58 UTC +00:00]] Redirected to http://localhost:3000/posts/1 Completed 302 Found in 13ms Started GET "/posts/1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/show.html.erb within layouts/application (3.8ms) Completed 200 OK in 80ms (Views: 13.8ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:19:58 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:21:22 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (4.5ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:23 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.4ms) Rendered posts/new.html.erb within layouts/application (6.4ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:21:24 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:21:29 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"title"=>"Another post", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'another-post' LIMIT 1 Completed 404 Not Found in 257ms ActionController::RoutingError (No route matches "/another-post"): app/controllers/posts_controller.rb:46:in `create' app/controllers/posts_controller.rb:45:in `create' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:25:11 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"title"=>"Another post", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'another-post' LIMIT 1 Completed 404 Not Found in 224ms ActionController::RoutingError (No route matches "/another-post"): app/controllers/posts_controller.rb:46:in `create' app/controllers/posts_controller.rb:45:in `create' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /scaffold.css - 304 Not Modified (3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:19 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (6.3ms) Rendered posts/new.html.erb within layouts/application (9.5ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:25:22 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 16:25:27 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"title"=>"Foo Bar", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'foo-bar' LIMIT 1 Completed 404 Not Found in 79ms ActionController::RoutingError (No route matches "/foo-bar"): app/controllers/posts_controller.rb:46:in `create' app/controllers/posts_controller.rb:45:in `create' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:30:17 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 101ms (Views: 99.7ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:18 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1/edit" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_form.html.erb (25.3ms) Rendered posts/edit.html.erb within layouts/application (83.7ms) Completed 200 OK in 95ms (Views: 92.4ms | ActiveRecord: 0.8ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:26 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/posts/1" for 127.0.0.1 at Tue Nov 08 16:30:31 -0500 2011 Processing by PostsController#update as HTML Parameters: {"commit"=>"Update Post", "post"=>{"slug"=>"slug", "title"=>"Title", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 SQL (1.7ms) INSERT INTO "permalinks" ("content_id", "content_type", "created_at", "slug", "updated_at") VALUES (?, ?, ?, ?, ?) [["content_id", 1], ["content_type", "Post"], ["created_at", Tue, 08 Nov 2011 21:30:32 UTC +00:00], ["slug", "slug"], ["updated_at", Tue, 08 Nov 2011 21:30:32 UTC +00:00]] Redirected to http://localhost:3000/posts/1 Completed 302 Found in 91ms Started GET "/posts/1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/show.html.erb within layouts/application (3.7ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:32 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1/edit" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_form.html.erb (74.1ms) Rendered posts/edit.html.erb within layouts/application (75.5ms) Completed 200 OK in 88ms (Views: 85.5ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:34 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/show.html.erb within layouts/application (3.8ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:30:39 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Tue Nov 08 16:31:50 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Completed 500 Internal Server Error in 25ms ActionView::MissingTemplate (Missing partial posts/post with {:locale=>[:en, :en], :formats=>[:html], :handlers=>[:builder, :erb]}. Searched in: * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views/posts" * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views" ): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/slug" for 127.0.0.1 at Tue Nov 08 16:32:24 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Rendered posts/_post.html.erb (0.7ms) Completed 500 Internal Server Error in 18ms ActionView::MissingTemplate (Missing partial layouts/application with {:locale=>[:en, :en], :formats=>[:html], :handlers=>[:builder, :erb]}. Searched in: * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views/posts" * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views" ): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/slug" for 127.0.0.1 at Tue Nov 08 16:34:12 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Rendered posts/_post.html.erb (6.1ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (undefined method `title' for nil:NilClass): 2: 3:

4: Title: 5: <%= @post.title %> 6:

7: 8:

app/views/posts/_post.html.erb:5:in `_app_views_posts__post_html_erb___4332477_2175328860' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms) Started GET "/slug" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (89.2ms) Completed 200 OK in 108ms (Views: 95.0ms | ActiveRecord: 0.9ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (9ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:34 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 16:34:37 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at Tue Nov 08 18:16:49 -0500 2011 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (25.1ms) Completed 200 OK in 82ms (Views: 80.2ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:54 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/new" for 127.0.0.1 at Tue Nov 08 18:16:55 -0500 2011 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (16.5ms) Rendered posts/new.html.erb within layouts/application (19.9ms) Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.5ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:55 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:55 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:55 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:55 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:16:56 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:56 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:56 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:56 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:16:56 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"slug"=>"posts", "title"=>"Clashing Slug", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'posts' LIMIT 1 Rendered posts/_form.html.erb (3.3ms) Rendered posts/new.html.erb within layouts/application (4.1ms) Completed 200 OK in 99ms (Views: 13.3ms | ActiveRecord: 0.6ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:17:13 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started POST "/posts" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Processing by PostsController#create as HTML Parameters: {"commit"=>"Create Post", "post"=>{"slug"=>"posts", "title"=>"Clashing Slug", "content"=>"content"}, "authenticity_token"=>"WuvBhG5YxCqkgcyVOAEmZW7GXnqUmICmAJoVNWOJHMc=", "utf8"=>"✓"}  (0.1ms) SELECT 1 FROM "permalinks" WHERE "permalinks"."slug" = 'posts' LIMIT 1 Rendered posts/_form.html.erb (3.2ms) Rendered posts/new.html.erb within layouts/application (4.1ms) Completed 200 OK in 30ms (Views: 13.3ms | ActiveRecord: 0.7ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:09 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:13 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:18:34 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:02 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (51.6ms) Completed 200 OK in 83ms (Views: 81.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /posts.css - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /posts.js - 304 Not Modified (10ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:14 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.3ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (19.3ms) Completed 200 OK in 136ms (Views: 80.2ms | ActiveRecord: 1.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:19:31 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 18:20:09 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:20:32 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Completed 404 Not Found in 1ms ActiveRecord::RecordNotFound (Couldn't find Permalink with slug = users): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (41.1ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:22:46 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Completed 500 Internal Server Error in 1ms ArgumentError (wrong number of arguments (0 for 1)): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.2ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:23:28 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Completed 500 Internal Server Error in 1ms NoMethodError (undefined method `RoutingError' for ActionController:Module): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.8ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 18:23:46 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Completed 404 Not Found in 2ms ActionController::RoutingError (No match for slug: users): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/rails/info/properties" for 127.0.0.1 at Tue Nov 08 18:29:53 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"rails/info/properties"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'rails/info/properties' LIMIT 1 Completed 404 Not Found in 2ms ActionController::RoutingError (No match for slug: rails/info/properties): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/rails/info/properties" for 127.0.0.1 at Tue Nov 08 18:30:05 -0500 2011  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Processing by Rails::InfoController#properties as HTML Rendered inline template (0.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) Started GET "/posts" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.3ms) Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /jquery.js - 200 OK (14ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /posts.js - 304 Not Modified (9ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 19:21:22 -0500 2011 Served asset /application.js - 200 OK (0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 19:21:30 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 500 Internal Server Error in 41ms NoMethodError (undefined method `content_type' for nil:NilClass): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.1ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 19:22:23 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 500 Internal Server Error in 4ms NoMethodError (undefined method `content_type' for nil:NilClass): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.0ms) Started GET "/users" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /application.css - 200 OK (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Tue Nov 08 19:22:54 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at Sun Nov 13 15:33:25 -0500 2011 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.4ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Processing by PostsController#index as HTML Post Load (0.3ms) SELECT "posts".* FROM "posts"  Permalink Load (0.5ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (29.8ms) Completed 200 OK in 89ms (Views: 86.9ms | ActiveRecord: 1.3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /users.css - 200 OK (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /scaffold.css - 200 OK (3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /posts.css - 200 OK (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /posts.js - 200 OK (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /jquery.js - 200 OK (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /jquery_ujs.js - 200 OK (6ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:33:30 -0500 2011 Served asset /users.js - 200 OK (8ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:33:37 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.4ms) Completed 200 OK in 71ms (Views: 51.5ms | ActiveRecord: 1.0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 15:33:41 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 6ms (Views: 4.0ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 72ms (Views: 8.8ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /application.css - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /scaffold.css - 304 Not Modified (4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /jquery.js - 304 Not Modified (7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:20 -0500 2011 Served asset /application.js - 200 OK (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 15:39:34 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 72ms (Views: 11.1ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /posts.css - 304 Not Modified (4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /jquery.js - 304 Not Modified (13ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /users.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:39:35 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (21.0ms) Completed 200 OK in 104ms (Views: 28.1ms | ActiveRecord: 1.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:01 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.8ms) Completed 200 OK in 119ms (Views: 116.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /users.css - 304 Not Modified (1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /posts.js - 304 Not Modified (6ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:47 -0500 2011 Served asset /application.js - 304 Not Modified (2ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:40:53 -0500 2011 Served asset /application.js - 304 Not Modified (3ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:40:57 -0500 2011 ActionController::RoutingError (No route matches [GET] "/slug"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:41:54 -0500 2011 Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:42:10 -0500 2011 Started GET "/users" for 127.0.0.1 at Sun Nov 13 15:42:11 -0500 2011 Started GET "/posts" for 127.0.0.1 at Sun Nov 13 15:42:13 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.2ms) Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /users.css - 304 Not Modified (3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:42:14 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:43:30 -0500 2011 ActionController::RoutingError (No route matches [GET] "/slug"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:43:52 -0500 2011 ActionController::RoutingError (No route matches [GET] "/slug"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:44:01 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Rendered posts/_post.html.erb (55.8ms) Completed 500 Internal Server Error in 135ms ActionView::Template::Error (undefined local variable or method `root_path' for #<#:0x10352f608>): 1:

<%= notice %>

2: 3:

<%= link_to "Home", root_path %>

4: 5:

6: Title: app/views/posts/_post.html.erb:3:in `_app_views_posts__post_html_erb___4332477_2175264780' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 15:44:11 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_post.html.erb (81.1ms) Rendered posts/show.html.erb within layouts/application (85.4ms) Completed 500 Internal Server Error in 108ms ActionView::Template::Error (undefined local variable or method `root_path' for #<#:0x1031e3c88>): 1:

<%= notice %>

2: 3:

<%= link_to "Home", root_path %>

4: 5:

6: Title: app/views/posts/_post.html.erb:3:in `_app_views_posts__post_html_erb___4332477_2175264780' app/views/posts/show.html.erb:1:in `_app_views_posts_show_html_erb__663089073_2173636200' app/controllers/posts_controller.rb:18:in `show' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (19.3ms) Rendered posts/show.html.erb within layouts/application (23.1ms) Completed 200 OK in 53ms (Views: 51.1ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /posts.css - 304 Not Modified (11ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /posts.js - 304 Not Modified (3ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:51 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (17.8ms) Completed 200 OK in 29ms (Views: 25.3ms | ActiveRecord: 2.4ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:44:59 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.5ms) Rendered posts/show.html.erb within layouts/application (71.9ms) Completed 200 OK in 89ms (Views: 86.6ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:04 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.1ms) Completed 200 OK in 28ms (Views: 16.3ms | ActiveRecord: 0.9ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:45:07 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:56:06 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'lug') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/slug"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:56:47 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (44.1ms) Completed 200 OK in 78ms (Views: 57.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 15:58:34 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 15:58:37 -0500 2011 Served asset /posts.css - 304 Not Modified (4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 15:58:38 -0500 2011 Served asset /scaffold.css - 304 Not Modified (3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 15:58:39 -0500 2011 Served asset /users.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 15:58:41 -0500 2011 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 15:58:42 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 15:58:43 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 15:58:44 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 15:58:45 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 15:58:51 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (13.4ms) Completed 200 OK in 94ms (Views: 79.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:05:26 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:05:27 -0500 2011 Served asset /posts.css - 304 Not Modified (55ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:05:30 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:05:31 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:05:31 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:05:31 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:05:32 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:05:32 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:05:32 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:05:59 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (14.1ms) Completed 200 OK in 96ms (Views: 20.3ms | ActiveRecord: 0.9ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:07 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:09 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:09 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:09 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:09 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:10 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:10 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:10 -0500 2011 Served asset /application.js - 304 Not Modified (1ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:06:19 -0500 2011  (0.5ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (13.2ms) Completed 200 OK in 34ms (Views: 18.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /posts.css - 200 OK (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:06:25 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:08:21 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (13.8ms) Completed 200 OK in 35ms (Views: 19.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:08:30 -0500 2011 Served asset /application.js - 304 Not Modified (1ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:09:45 -0500 2011  (0.2ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (15.2ms) Completed 200 OK in 39ms (Views: 23.4ms | ActiveRecord: 0.8ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:09:53 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (13.0ms) Completed 200 OK in 33ms (Views: 18.8ms | ActiveRecord: 0.8ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:10:22 -0500 2011 Served asset /application.js - 304 Not Modified (1ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:12:24 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (70.1ms) Completed 200 OK in 90ms (Views: 75.7ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:12:58 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (36.2ms) Completed 200 OK in 123ms (Views: 47.5ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /users.js - 304 Not Modified (5ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:14:14 -0500 2011 Served asset /application.js - 304 Not Modified (1ms) Started GET "/slug" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (37.7ms) Completed 200 OK in 117ms (Views: 48.1ms | ActiveRecord: 0.9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /users.css - 304 Not Modified (3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /scaffold.css - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:16:03 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug2" for 127.0.0.1 at Sun Nov 13 16:16:06 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug2"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug2' LIMIT 1 Completed 500 Internal Server Error in 11ms ActionView::MissingTemplate (Missing template permalinks/show, application/show with {:locale=>[:en, :en], :handlers=>[:builder, :erb], :formats=>[:html]}. Searched in: * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views" ): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 16:16:10 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Completed 500 Internal Server Error in 6ms ActionView::MissingTemplate (Missing template permalinks/show, application/show with {:locale=>[:en, :en], :handlers=>[:builder, :erb], :formats=>[:html]}. Searched in: * "/Users/jcarlson/Projects/has_permalink/test/dummy/app/views" ): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 68ms (Views: 9.2ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.1ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (3ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:22:40 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 88ms (Views: 32.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /users.css - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /posts.js - 304 Not Modified (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:23:00 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:23:01 -0500 2011 Served asset /users.js - 304 Not Modified (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:23:01 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:27 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 16:24:37 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 89ms (Views: 34.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /posts.css - 304 Not Modified (4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /jquery.js - 304 Not Modified (8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (12ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /posts.js - 304 Not Modified (3ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:24:38 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1/edit" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_form.html.erb (82.5ms) Rendered posts/edit.html.erb within layouts/application (87.0ms) Completed 200 OK in 130ms (Views: 128.3ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:11 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/posts/1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Processing by PostsController#update as HTML Parameters: {"commit"=>"Update Post", "post"=>{"slug"=>"slug/with/nested/path", "title"=>"Title", "content"=>"content"}, "authenticity_token"=>"pCouvqRDapOcoUxNKWafYI7M8dZMLDKJanG77yRDqAI=", "utf8"=>"✓", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1  (0.1ms) SELECT 1 FROM "permalinks" WHERE ("permalinks"."slug" = 'slug/with/nested/path' AND "permalinks"."id" != 1) LIMIT 1  (0.3ms) UPDATE "permalinks" SET "slug" = 'slug/with/nested/path', "updated_at" = '2011-11-13 21:25:18.652696' WHERE "permalinks"."id" = 1 Redirected to http://living5to9.local:3000/posts/1 Completed 302 Found in 95ms Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.3ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (14.6ms) Rendered posts/show.html.erb within layouts/application (19.6ms) Completed 200 OK in 31ms (Views: 28.4ms | ActiveRecord: 1.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:18 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.5ms) Completed 200 OK in 101ms (Views: 16.4ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:27 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (20.7ms) Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:33 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.7ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:25:39 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.2ms) Completed 200 OK in 111ms (Views: 109.2ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /jquery.js - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /users.css - 304 Not Modified (7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /users.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:29:27 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:29:37 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = '/slug/with/nested/path') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/p/slug/with/nested/path"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:29:52 -0500 2011 CACHE (0.0ms) SELECT 1 FROM "permalinks" WHERE (slug = '/slug/with/nested/path') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/p/slug/with/nested/path"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:30:04 -0500 2011 CACHE (0.0ms) SELECT 1 FROM "permalinks" WHERE (slug = '/slug/with/nested/path') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/p/slug/with/nested/path"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:36:40 -0500 2011 NoMethodError (undefined method `env' for #): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.2ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:37:03 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = '/') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/p/slug/with/nested/path"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.1ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:37:50 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = '/') LIMIT 1 ActionController::RoutingError (No route matches [GET] "/p/slug/with/nested/path"): Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (3.3ms) Started GET "/p/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (35.5ms) Completed 200 OK in 118ms (Views: 46.5ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /posts.css - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /scaffold.css - 304 Not Modified (5ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /posts.js - 304 Not Modified (2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /jquery.js - 304 Not Modified (5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:00 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/permalink/engine/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.5ms) Completed 200 OK in 28ms (Views: 15.5ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:40:23 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/permalink/engine/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:43:23 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (29.0ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `slug' for #): 14: 15:

16: Slug: 17: <%= link_to post.slug, has_permalink_engine.slug(post.slug) %> 18:

19: 20: app/views/posts/_post.html.erb:17:in `_app_views_posts__post_html_erb___4332477_2174616060' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.0ms) Started GET "/permalink/engine/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.2ms) Completed 200 OK in 28ms (Views: 16.3ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 16:43:36 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.6ms) Completed 200 OK in 113ms (Views: 59.5ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /users.css - 304 Not Modified (8ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /jquery.js - 200 OK (6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /jquery_ujs.js - 200 OK (3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /posts.js - 304 Not Modified (13ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:49 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (14.2ms) Rendered posts/show.html.erb within layouts/application (21.0ms) Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.8ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:51 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/permalink/engine/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.6ms) Completed 200 OK in 92ms (Views: 72.9ms | ActiveRecord: 0.9ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:02:53 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:01 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/users/new" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Processing by UsersController#new as HTML Rendered users/_form.html.erb (6.3ms) Rendered users/new.html.erb within layouts/application (8.3ms) Completed 200 OK in 52ms (Views: 51.6ms | ActiveRecord: 0.2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:03 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started POST "/users" for 127.0.0.1 at Sun Nov 13 17:03:11 -0500 2011 Processing by UsersController#create as HTML Parameters: {"commit"=>"Create User", "authenticity_token"=>"pCouvqRDapOcoUxNKWafYI7M8dZMLDKJanG77yRDqAI=", "utf8"=>"✓", "user"=>{"username"=>"john", "email"=>"john@localhost"}} SQL (5.5ms) INSERT INTO "users" ("created_at", "email", "updated_at", "username") VALUES (?, ?, ?, ?) [["created_at", Sun, 13 Nov 2011 22:03:11 UTC +00:00], ["email", "john@localhost"], ["updated_at", Sun, 13 Nov 2011 22:03:11 UTC +00:00], ["username", "john"]] Redirected to http://living5to9.local:3000/users/1 Completed 302 Found in 13ms Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/show.html.erb within layouts/application (3.8ms) Completed 200 OK in 40ms (Views: 38.0ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:12 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:03:33 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users/1"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users/1' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms) Processing by UsersController#show as HTML Parameters: {"slug"=>"users/1"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find User without an ID): app/controllers/users_controller.rb:16:in `show' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.1ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms) Processing by UsersController#index as HTML Parameters: {"slug"=>"users"} User Load (0.1ms) SELECT "users".* FROM "users"  Rendered users/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:03:38 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:03:41 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users/1"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users/1' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 61ms (Views: 59.8ms | ActiveRecord: 0.2ms) Processing by UsersController#show as HTML Parameters: {"slug"=>"users/1"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find User without an ID): app/controllers/users_controller.rb:16:in `show' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.3ms) Started GET "/users/1/edit" for 127.0.0.1 at Sun Nov 13 17:03:52 -0500 2011 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"users/1/edit"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'users/1/edit' LIMIT 1 Rendered text template (0.0ms) Completed 404 Not Found in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms) Processing by UsersController#edit as HTML Parameters: {"slug"=>"users/1/edit"} Completed 404 Not Found in 0ms ActiveRecord::RecordNotFound (Couldn't find User without an ID): app/controllers/users_controller.rb:37:in `edit' Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.8ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 17:04:27 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (7.5ms) Completed 200 OK in 92ms (Views: 39.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /application.css - 200 OK (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /users.css - 304 Not Modified (10ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /scaffold.css - 304 Not Modified (4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /posts.css - 304 Not Modified (9ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /jquery.js - 304 Not Modified (26ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (4ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /users.js - 304 Not Modified (6ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:28 -0500 2011 Served asset /application.js - 200 OK (0ms) Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1') LIMIT 1 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/show.html.erb within layouts/application (60.2ms) Completed 200 OK in 72ms (Views: 70.0ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:29 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (4.3ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:33 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/users/1/edit" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1/edit') LIMIT 1 Processing by UsersController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/_form.html.erb (5.8ms) Rendered users/edit.html.erb within layouts/application (67.5ms) Completed 200 OK in 80ms (Views: 78.1ms | ActiveRecord: 0.4ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:35 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started PUT "/users/1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1') LIMIT 1 Processing by UsersController#update as HTML Parameters: {"commit"=>"Update User", "authenticity_token"=>"pCouvqRDapOcoUxNKWafYI7M8dZMLDKJanG77yRDqAI=", "utf8"=>"✓", "id"=>"1", "user"=>{"username"=>"john", "email"=>"john@localhost"}} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Redirected to http://living5to9.local:3000/users/1 Completed 302 Found in 7ms Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1') LIMIT 1 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/show.html.erb within layouts/application (3.6ms) Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:37 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (22.2ms) Completed 200 OK in 33ms (Views: 31.7ms | ActiveRecord: 0.6ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:40 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (13.1ms) Rendered posts/show.html.erb within layouts/application (17.1ms) Completed 200 OK in 95ms (Views: 26.4ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:42 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.0ms) Completed 200 OK in 33ms (Views: 16.2ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:04:43 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.2ms) Completed 200 OK in 29ms (Views: 16.6ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:05:06 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.6ms) Cache for Asset (application.js) is stale /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@has_permalink/gems/jquery-rails-1.0.16/vendor/assets/javascripts/jquery.js isn't in paths: /Users/jcarlson/Projects/slug_engine/test/dummy/app/assets/images, /Users/jcarlson/Projects/slug_engine/test/dummy/app/assets/javascripts, /Users/jcarlson/Projects/slug_engine/test/dummy/app/assets/stylesheets, /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@slug_engine/gems/jquery-rails-1.0.16/vendor/assets/javascripts Compiled application.js (6ms) (pid 25162) Compiled jquery.js (4ms) (pid 25162) Compiled jquery_ujs.js (1ms) (pid 25162) Completed 200 OK in 190ms (Views: 139.4ms | ActiveRecord: 0.7ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /jquery.js - 304 Not Modified (10ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /posts.js - 304 Not Modified (7ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /users.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:01 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (65.2ms) Rendered posts/show.html.erb within layouts/application (71.2ms) Completed 200 OK in 82ms (Views: 80.1ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:03 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/slug/with/nested/path" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'slug/with/nested/path') LIMIT 1 Processing by PermalinksController#show as HTML Parameters: {"slug"=>"slug/with/nested/path"} Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."slug" = 'slug/with/nested/path' LIMIT 1 Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1 Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.9ms) Completed 200 OK in 32ms (Views: 16.0ms | ActiveRecord: 0.8ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:07 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (13.9ms) Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /posts.css - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:09 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users') LIMIT 1 Processing by UsersController#index as HTML User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.html.erb within layouts/application (60.4ms) Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /application.css - 304 Not Modified (1ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:13 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1') LIMIT 1 Processing by UsersController#show as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/show.html.erb within layouts/application (3.7ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /users.css - 304 Not Modified (5ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:15 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/users/1/edit" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011  (0.1ms) SELECT 1 FROM "permalinks" WHERE (slug = 'users/1/edit') LIMIT 1 Processing by UsersController#edit as HTML Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", "1"]] Rendered users/_form.html.erb (5.6ms) Rendered users/edit.html.erb within layouts/application (7.1ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 17:30:16 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at Sun Nov 13 18:48:44 -0500 2011 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/index.html.erb within layouts/application (26.3ms) Cache for Asset (application.js) is stale /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@slug_engine/gems/jquery-rails-1.0.16/vendor/assets/javascripts/jquery.js isn't in paths: /Users/jcarlson/Projects/slug-engine/test/dummy/app/assets/images, /Users/jcarlson/Projects/slug-engine/test/dummy/app/assets/javascripts, /Users/jcarlson/Projects/slug-engine/test/dummy/app/assets/stylesheets, /Users/jcarlson/.rvm/gems/ruby-1.8.7-p72@slug-engine/gems/jquery-rails-1.0.16/vendor/assets/javascripts Compiled application.js (6ms) (pid 34485) Compiled jquery.js (4ms) (pid 34485) Compiled jquery_ujs.js (1ms) (pid 34485) Completed 200 OK in 140ms (Views: 138.1ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /jquery.js - 200 OK (11ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /users.css - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /scaffold.css - 304 Not Modified (3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /posts.css - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /posts.js - 304 Not Modified (1ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:45 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (63.7ms) Rendered posts/show.html.erb within layouts/application (70.2ms) Completed 200 OK in 82ms (Views: 79.8ms | ActiveRecord: 0.7ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 18:48:47 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.5ms) Rendered posts/show.html.erb within layouts/application (15.4ms) Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.8ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /posts.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /application.css - 200 OK (3ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /users.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /posts.js - 304 Not Modified (0ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /users.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 18:49:02 -0500 2011 Served asset /application.js - 200 OK (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:01:31 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.5ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (22.6ms) Rendered posts/show.html.erb within layouts/application (30.9ms) Completed 200 OK in 115ms (Views: 62.0ms | ActiveRecord: 1.2ms) Started GET "/assets/users.css?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /users.css - 304 Not Modified (2ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /posts.css - 304 Not Modified (3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /application.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /jquery.js - 304 Not Modified (9ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /posts.js - 304 Not Modified (74ms) Started GET "/assets/users.js?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /users.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at Sun Nov 13 19:01:32 -0500 2011 Served asset /application.js - 304 Not Modified (0ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:01:44 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.4ms) Rendered posts/show.html.erb within layouts/application (14.3ms) Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:01:50 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (65.7ms) Rendered posts/show.html.erb within layouts/application (69.6ms) Completed 200 OK in 82ms (Views: 79.9ms | ActiveRecord: 0.8ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:02:11 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.2ms) Rendered posts/show.html.erb within layouts/application (13.9ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:02:12 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (62.4ms) Rendered posts/show.html.erb within layouts/application (66.4ms) Completed 200 OK in 78ms (Views: 76.0ms | ActiveRecord: 0.8ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:02:19 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.6ms) Rendered posts/show.html.erb within layouts/application (16.4ms) Completed 200 OK in 29ms (Views: 26.1ms | ActiveRecord: 0.8ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:03:08 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (63.6ms) Rendered posts/show.html.erb within layouts/application (67.4ms) Completed 200 OK in 79ms (Views: 77.2ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:03:16 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.3ms) Rendered posts/show.html.erb within layouts/application (14.2ms) Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:03:30 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.5ms) Rendered posts/show.html.erb within layouts/application (14.5ms) Completed 200 OK in 80ms (Views: 77.6ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:03:35 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.0ms) Rendered posts/show.html.erb within layouts/application (13.5ms) Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:04:22 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.4ms) Rendered posts/show.html.erb within layouts/application (14.0ms) Completed 200 OK in 78ms (Views: 75.6ms | ActiveRecord: 0.7ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:05:48 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.1ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (24.1ms) Rendered posts/show.html.erb within layouts/application (32.7ms) Completed 200 OK in 119ms (Views: 63.8ms | ActiveRecord: 0.9ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:06:10 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (10.7ms) Rendered posts/show.html.erb within layouts/application (14.4ms) Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.8ms) Started GET "/posts/1" for 127.0.0.1 at Sun Nov 13 19:06:16 -0500 2011 Processing by PostsController#show as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Permalink Load (0.2ms) SELECT "permalinks".* FROM "permalinks" WHERE "permalinks"."content_id" = 1 AND "permalinks"."content_type" = 'Post' LIMIT 1 Rendered posts/_post.html.erb (11.7ms) Rendered posts/show.html.erb within layouts/application (17.2ms) Completed 200 OK in 30ms (Views: 27.4ms | ActiveRecord: 0.8ms)