ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.5ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.821628"], ["slug", "this-is-a-title-b8dbf6f6-12ef-4479-b9b6-cdc2dfbd5383"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.821628"]]  (1.0ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-b8dbf6f6-12ef-4479-b9b6-cdc2dfbd5383"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-b8dbf6f6-12ef-4479-b9b6-cdc2dfbd5383' LIMIT 1 Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.834235"], ["slug", "this-is-a-title-9ad3825d-b9c8-45e8-80fa-1af5cc05a938"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.834235"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-9ad3825d-b9c8-45e8-80fa-1af5cc05a938"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-9ad3825d-b9c8-45e8-80fa-1af5cc05a938' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.844149"], ["slug", "this-is-a-title-f2239a57-f24d-4ca1-9399-eaba7acb3305"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.844149"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.851886"], ["slug", "this-is-a-title-a5b06091-eb77-4e6b-894a-5dab3195d30c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.851886"]]  (0.8ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.871575"], ["slug", "this-is-a-title-ea945421-3bee-4182-8f96-f0e21f36c818"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.871575"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-ea945421-3bee-4182-8f96-f0e21f36c818"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-ea945421-3bee-4182-8f96-f0e21f36c818' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 395 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 14:42:30.876824"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 395]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.882308"], ["slug", "this-is-a-title-6032a181-5740-4b25-b540-2acdd22927d2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.882308"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-6032a181-5740-4b25-b540-2acdd22927d2"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-6032a181-5740-4b25-b540-2acdd22927d2' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.890909"], ["slug", "this-is-a-title-788871c6-cee6-43e3-977b-2fb3fd26f33f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.890909"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-788871c6-cee6-43e3-977b-2fb3fd26f33f"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-788871c6-cee6-43e3-977b-2fb3fd26f33f' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 397]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.901129"], ["slug", "this-is-a-title-fb589620-e9f2-4338-86e3-7c24d186d629"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.901129"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-fb589620-e9f2-4338-86e3-7c24d186d629"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-fb589620-e9f2-4338-86e3-7c24d186d629' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.911122"], ["slug", "this-is-a-title-b0f38696-53b1-4aa2-a331-15912c0b32d9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.911122"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-b0f38696-53b1-4aa2-a331-15912c0b32d9"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-b0f38696-53b1-4aa2-a331-15912c0b32d9' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 399]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.919453"], ["slug", "this-is-a-title-316dfe5e-4c08-43bf-8fa7-c42d87e9d7b3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.919453"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-316dfe5e-4c08-43bf-8fa7-c42d87e9d7b3"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-316dfe5e-4c08-43bf-8fa7-c42d87e9d7b3' LIMIT 1  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 400]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.926942"], ["slug", "this-is-a-title-293efa49-a750-47b7-bae9-ba7848a5e36a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.926942"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-293efa49-a750-47b7-bae9-ba7848a5e36a"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-293efa49-a750-47b7-bae9-ba7848a5e36a' LIMIT 1 Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.936184"], ["slug", "this-is-a-title-04345e5b-8bda-496f-9f66-9b8dd55f413a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.936184"]]  (0.9ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"402"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '402' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 402 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 14:42:30.943064"], ["slug", "this-is-a-title-27509ed9-f6e4-4942-80bb-64535d557bac"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 14:42:30.943064"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-27509ed9-f6e4-4942-80bb-64535d557bac"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-27509ed9-f6e4-4942-80bb-64535d557bac' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.237330"], ["slug", "this-is-a-title-b84dc041-d40a-47c3-a843-c31672dac054"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.237330"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-b84dc041-d40a-47c3-a843-c31672dac054"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-b84dc041-d40a-47c3-a843-c31672dac054' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.247302"], ["slug", "this-is-a-title-3d53bba8-08eb-4dd3-aa23-7687e939a707"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.247302"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-3d53bba8-08eb-4dd3-aa23-7687e939a707"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-3d53bba8-08eb-4dd3-aa23-7687e939a707' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.256762"], ["slug", "this-is-a-title-ec8350a1-14a6-4c34-9588-9c7c417a6e06"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.256762"]]  (0.8ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.263797"], ["slug", "this-is-a-title-e5ed21b8-4a35-4954-8e3c-10ba613a163f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.263797"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.282083"], ["slug", "this-is-a-title-a4c73421-56c9-4c29-9f26-b8f10b4f40c6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.282083"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-a4c73421-56c9-4c29-9f26-b8f10b4f40c6"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-a4c73421-56c9-4c29-9f26-b8f10b4f40c6' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 408 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:24:11.287463"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 408]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.293081"], ["slug", "this-is-a-title-9c4f4a52-00a0-402a-acb1-2c4c71ebd0bd"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.293081"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-9c4f4a52-00a0-402a-acb1-2c4c71ebd0bd"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-9c4f4a52-00a0-402a-acb1-2c4c71ebd0bd' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.301236"], ["slug", "this-is-a-title-5dcb20ef-e5ce-40e3-8c18-32e342f1e802"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.301236"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-5dcb20ef-e5ce-40e3-8c18-32e342f1e802"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-5dcb20ef-e5ce-40e3-8c18-32e342f1e802' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 410]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.310560"], ["slug", "this-is-a-title-2a5f3926-61b0-4615-9c78-048a14c9375b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.310560"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-2a5f3926-61b0-4615-9c78-048a14c9375b"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-2a5f3926-61b0-4615-9c78-048a14c9375b' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.3ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.319930"], ["slug", "this-is-a-title-24386985-244d-4437-89de-40816a528c1c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.319930"]]  (0.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-24386985-244d-4437-89de-40816a528c1c"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-24386985-244d-4437-89de-40816a528c1c' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 412]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.328513"], ["slug", "this-is-a-title-f9deaa2e-ac64-4788-b43f-cc63d5d94d7a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.328513"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-f9deaa2e-ac64-4788-b43f-cc63d5d94d7a"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-f9deaa2e-ac64-4788-b43f-cc63d5d94d7a' LIMIT 1  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 413]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.9ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.336002"], ["slug", "this-is-a-title-9d7ea1da-5f1c-4d55-9c3b-a35bfe161c18"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.336002"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-9d7ea1da-5f1c-4d55-9c3b-a35bfe161c18"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-9d7ea1da-5f1c-4d55-9c3b-a35bfe161c18' LIMIT 1 Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.344577"], ["slug", "this-is-a-title-994982be-d412-4819-8ded-bbe352df00a7"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.344577"]]  (0.9ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"415"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '415' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 415 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:24:11.351254"], ["slug", "this-is-a-title-8e0c0fcf-57c2-4c1f-a0d3-bb5271c830ce"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:24:11.351254"]]  (0.6ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-8e0c0fcf-57c2-4c1f-a0d3-bb5271c830ce"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-8e0c0fcf-57c2-4c1f-a0d3-bb5271c830ce' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.181772"], ["slug", "this-is-a-title-f98fa317-e316-4f79-9354-03ac004f6d6a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.181772"]]  (2.8ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-f98fa317-e316-4f79-9354-03ac004f6d6a"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-f98fa317-e316-4f79-9354-03ac004f6d6a' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.194397"], ["slug", "this-is-a-title-6388330c-c5c9-40fc-9302-0fc4a1855b67"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.194397"]]  (0.6ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-6388330c-c5c9-40fc-9302-0fc4a1855b67"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-6388330c-c5c9-40fc-9302-0fc4a1855b67' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.204093"], ["slug", "this-is-a-title-fface4d5-c6eb-456f-aaf7-69f531a41f17"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.204093"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.211725"], ["slug", "this-is-a-title-f7e715fa-5714-4b4f-8e82-2ae244c309c0"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.211725"]]  (0.8ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.230868"], ["slug", "this-is-a-title-00074c9b-fb39-4b33-84de-2c54d9597d42"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.230868"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-00074c9b-fb39-4b33-84de-2c54d9597d42"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-00074c9b-fb39-4b33-84de-2c54d9597d42' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 421 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:25:04.236076"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 421]]  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.241500"], ["slug", "this-is-a-title-2f09f1a8-21e5-484c-9194-9e9ea101038a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.241500"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-2f09f1a8-21e5-484c-9194-9e9ea101038a"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-2f09f1a8-21e5-484c-9194-9e9ea101038a' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.249904"], ["slug", "this-is-a-title-514d4aa8-23d0-425d-a46b-624f7454c266"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.249904"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-514d4aa8-23d0-425d-a46b-624f7454c266"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-514d4aa8-23d0-425d-a46b-624f7454c266' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 423]]  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.259299"], ["slug", "this-is-a-title-9915d1d8-3cc0-44de-a6c0-213c641cc596"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.259299"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-9915d1d8-3cc0-44de-a6c0-213c641cc596"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-9915d1d8-3cc0-44de-a6c0-213c641cc596' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.269050"], ["slug", "this-is-a-title-90dcb65a-493e-4320-b29c-5dba6fdf15f2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.269050"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-90dcb65a-493e-4320-b29c-5dba6fdf15f2"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-90dcb65a-493e-4320-b29c-5dba6fdf15f2' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 425]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.277330"], ["slug", "this-is-a-title-83fbe75f-b476-4854-9c8b-c69d7732147a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.277330"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-83fbe75f-b476-4854-9c8b-c69d7732147a"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-83fbe75f-b476-4854-9c8b-c69d7732147a' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 426]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.285425"], ["slug", "this-is-a-title-c6f4ca8a-1317-46f3-8db1-4ecd14be4071"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.285425"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-c6f4ca8a-1317-46f3-8db1-4ecd14be4071"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c6f4ca8a-1317-46f3-8db1-4ecd14be4071' LIMIT 1 Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.293851"], ["slug", "this-is-a-title-10a9c94c-9da8-4a66-814c-c0434cb6239e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.293851"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"428"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '428' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 428 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:25:04.300921"], ["slug", "this-is-a-title-3f53349a-fb0b-4903-88a3-386ce89f6807"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:25:04.300921"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-3f53349a-fb0b-4903-88a3-386ce89f6807"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-3f53349a-fb0b-4903-88a3-386ce89f6807' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.827139"], ["slug", "this-is-a-title-46bab573-ef92-40c4-9fa2-641edcd36f15"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.827139"]]  (2.1ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-46bab573-ef92-40c4-9fa2-641edcd36f15"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-46bab573-ef92-40c4-9fa2-641edcd36f15' LIMIT 1 Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.839998"], ["slug", "this-is-a-title-409beb3f-1937-4f47-93c8-8d7c48143705"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.839998"]]  (0.9ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-409beb3f-1937-4f47-93c8-8d7c48143705"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-409beb3f-1937-4f47-93c8-8d7c48143705' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.849509"], ["slug", "this-is-a-title-92f39e78-4cf5-4f56-9863-4d62489425b2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.849509"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.857102"], ["slug", "this-is-a-title-0cb5ba59-6835-4671-ad1f-d1ae375abd74"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.857102"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.876354"], ["slug", "this-is-a-title-a5f31087-d084-4766-a20c-f326f0dbb05c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.876354"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-a5f31087-d084-4766-a20c-f326f0dbb05c"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-a5f31087-d084-4766-a20c-f326f0dbb05c' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 434 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:29:32.881680"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 434]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.887738"], ["slug", "this-is-a-title-40dcf63c-c9be-43ba-9b5b-f94c758e7fee"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.887738"]]  (0.6ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-40dcf63c-c9be-43ba-9b5b-f94c758e7fee"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-40dcf63c-c9be-43ba-9b5b-f94c758e7fee' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.896082"], ["slug", "this-is-a-title-65abd805-1d8d-4461-81f3-00faf4f2b58c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.896082"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-65abd805-1d8d-4461-81f3-00faf4f2b58c"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-65abd805-1d8d-4461-81f3-00faf4f2b58c' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.1ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 436]]  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.905381"], ["slug", "this-is-a-title-cc9c82e2-760c-4abe-988b-465f7eb01656"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.905381"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-cc9c82e2-760c-4abe-988b-465f7eb01656"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-cc9c82e2-760c-4abe-988b-465f7eb01656' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.914893"], ["slug", "this-is-a-title-e7cfe98b-13b3-4f46-94bf-280848ceedfd"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.914893"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-e7cfe98b-13b3-4f46-94bf-280848ceedfd"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-e7cfe98b-13b3-4f46-94bf-280848ceedfd' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 438]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.923438"], ["slug", "this-is-a-title-5270a725-2587-4807-a9f0-c62f88e448e9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.923438"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-5270a725-2587-4807-a9f0-c62f88e448e9"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-5270a725-2587-4807-a9f0-c62f88e448e9' LIMIT 1  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 439]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.931012"], ["slug", "this-is-a-title-a24a2411-47c9-4d50-972c-a74ff86eaab5"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.931012"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-a24a2411-47c9-4d50-972c-a74ff86eaab5"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-a24a2411-47c9-4d50-972c-a74ff86eaab5' LIMIT 1 Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.939766"], ["slug", "this-is-a-title-9596cc21-1131-4efc-a66d-344a6e50f0f4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.939766"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"441"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '441' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 441 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:29:32.946204"], ["slug", "this-is-a-title-332a6600-2068-431b-ac17-c56facf34d82"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:29:32.946204"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-332a6600-2068-431b-ac17-c56facf34d82"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-332a6600-2068-431b-ac17-c56facf34d82' LIMIT 1 Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.2ms) Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.212261"], ["slug", "this-is-a-title-972182ea-bc75-47ac-af67-ac85a367b1fc"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.212261"]]  (2.4ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-972182ea-bc75-47ac-af67-ac85a367b1fc"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-972182ea-bc75-47ac-af67-ac85a367b1fc' LIMIT 1 Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.224626"], ["slug", "this-is-a-title-3908bd2d-13f9-4941-9b84-79c907120871"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.224626"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-3908bd2d-13f9-4941-9b84-79c907120871"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-3908bd2d-13f9-4941-9b84-79c907120871' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.234493"], ["slug", "this-is-a-title-31686aa1-47a1-45ac-8c85-f4a5159b3a5e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.234493"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.242629"], ["slug", "this-is-a-title-f268e36d-82e8-418c-aa83-d1c8bce9ecf0"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.242629"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.262944"], ["slug", "this-is-a-title-b22d5a78-c665-46cb-bf56-c65a09891998"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.262944"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-b22d5a78-c665-46cb-bf56-c65a09891998"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-b22d5a78-c665-46cb-bf56-c65a09891998' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 447 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:32:44.268699"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 447]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.274520"], ["slug", "this-is-a-title-43de5ca2-fc1a-49f7-a650-d736d52d8850"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.274520"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-43de5ca2-fc1a-49f7-a650-d736d52d8850"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-43de5ca2-fc1a-49f7-a650-d736d52d8850' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.283181"], ["slug", "this-is-a-title-7ee0868a-de3f-4cb7-b4a4-f2f27d416e3c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.283181"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-7ee0868a-de3f-4cb7-b4a4-f2f27d416e3c"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-7ee0868a-de3f-4cb7-b4a4-f2f27d416e3c' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 449]]  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.316754"], ["slug", "this-is-a-title-5f2d8d3c-0481-4953-b898-57ac16159e4f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.316754"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-5f2d8d3c-0481-4953-b898-57ac16159e4f"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-5f2d8d3c-0481-4953-b898-57ac16159e4f' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.326678"], ["slug", "this-is-a-title-e24cd1c7-b28b-4353-9adc-a6b05e8eaf04"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.326678"]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-e24cd1c7-b28b-4353-9adc-a6b05e8eaf04"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-e24cd1c7-b28b-4353-9adc-a6b05e8eaf04' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 451]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.335489"], ["slug", "this-is-a-title-c23015f3-9fb5-42de-878c-5d318d54efa4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.335489"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-c23015f3-9fb5-42de-878c-5d318d54efa4"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c23015f3-9fb5-42de-878c-5d318d54efa4' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 452]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.1ms)  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.343967"], ["slug", "this-is-a-title-c1f3ec45-e69e-47a4-af72-3f209c427966"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.343967"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-c1f3ec45-e69e-47a4-af72-3f209c427966"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c1f3ec45-e69e-47a4-af72-3f209c427966' LIMIT 1 Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.352709"], ["slug", "this-is-a-title-84efcdd0-6979-4fe3-81c0-5e1a95cdb8fd"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.352709"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"454"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '454' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 454 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:32:44.359607"], ["slug", "this-is-a-title-1a285f70-92d3-4d07-9d39-fb2445c9645a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:32:44.359607"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-1a285f70-92d3-4d07-9d39-fb2445c9645a"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-1a285f70-92d3-4d07-9d39-fb2445c9645a' LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.9ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.874068"], ["slug", "this-is-a-title-ca86d87d-5860-4a42-bfad-1e1509af916a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.874068"]]  (9.2ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-ca86d87d-5860-4a42-bfad-1e1509af916a"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-ca86d87d-5860-4a42-bfad-1e1509af916a' LIMIT 1 Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.893748"], ["slug", "this-is-a-title-4d021c49-836c-4a17-b4e9-4e5a622fb5ed"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.893748"]]  (1.4ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-4d021c49-836c-4a17-b4e9-4e5a622fb5ed"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-4d021c49-836c-4a17-b4e9-4e5a622fb5ed' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.904933"], ["slug", "this-is-a-title-768532b9-a2fe-4581-9658-de7e4688122f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.904933"]]  (0.8ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.913666"], ["slug", "this-is-a-title-12e0fecd-9b99-4b84-8ebd-c870dcf6080a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.913666"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.934470"], ["slug", "this-is-a-title-f57e35cb-3c51-4eac-8a43-0a9826e11bff"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.934470"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-f57e35cb-3c51-4eac-8a43-0a9826e11bff"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-f57e35cb-3c51-4eac-8a43-0a9826e11bff' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 460 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:42:10.940090"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 460]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.945791"], ["slug", "this-is-a-title-30cc2d9f-4f76-420d-9c93-16ef1b389367"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.945791"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-30cc2d9f-4f76-420d-9c93-16ef1b389367"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-30cc2d9f-4f76-420d-9c93-16ef1b389367' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.955086"], ["slug", "this-is-a-title-37f6d23b-6b50-47d8-b5bc-f13a471a9e77"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.955086"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-37f6d23b-6b50-47d8-b5bc-f13a471a9e77"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-37f6d23b-6b50-47d8-b5bc-f13a471a9e77' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.3ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 462]]  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.967674"], ["slug", "this-is-a-title-490995b4-c00b-4e70-ba8e-024cbc63880a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.967674"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-490995b4-c00b-4e70-ba8e-024cbc63880a"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-490995b4-c00b-4e70-ba8e-024cbc63880a' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.978028"], ["slug", "this-is-a-title-6b462d64-4608-4a82-808d-f257358ae20a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.978028"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-6b462d64-4608-4a82-808d-f257358ae20a"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-6b462d64-4608-4a82-808d-f257358ae20a' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 464]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.986997"], ["slug", "this-is-a-title-c97a9433-524b-441a-834a-bfa752fbafac"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.986997"]]  (0.6ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-c97a9433-524b-441a-834a-bfa752fbafac"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c97a9433-524b-441a-834a-bfa752fbafac' LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 465]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 1.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:10.995571"], ["slug", "this-is-a-title-caedd7da-1006-4e9b-8d56-b15e7909f458"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:10.995571"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-caedd7da-1006-4e9b-8d56-b15e7909f458"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-caedd7da-1006-4e9b-8d56-b15e7909f458' LIMIT 1 Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:11.005068"], ["slug", "this-is-a-title-85f320d1-027b-4d7c-91bf-f2b8ed5ab0da"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:11.005068"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"467"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '467' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 467 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:42:11.012472"], ["slug", "this-is-a-title-5b94efd5-eca0-426c-8a3a-af3246244647"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:42:11.012472"]]  (4.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-5b94efd5-eca0-426c-8a3a-af3246244647"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-5b94efd5-eca0-426c-8a3a-af3246244647' LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.320777"], ["slug", "this-is-a-title-e7b60deb-d406-4335-b016-ab03d2a5c484"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.320777"]]  (2.0ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-e7b60deb-d406-4335-b016-ab03d2a5c484"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-e7b60deb-d406-4335-b016-ab03d2a5c484' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.332697"], ["slug", "this-is-a-title-fdddaf35-f93c-484e-b253-1c2d25dbac77"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.332697"]]  (0.6ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-fdddaf35-f93c-484e-b253-1c2d25dbac77"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-fdddaf35-f93c-484e-b253-1c2d25dbac77' LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.342983"], ["slug", "this-is-a-title-5c1df576-5726-423f-8f96-dd294586cdd4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.342983"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.351243"], ["slug", "this-is-a-title-1742d1de-3342-4ff6-9999-2d07dddfb135"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.351243"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.372394"], ["slug", "this-is-a-title-00efbc6c-f40b-4bda-9b0c-9f1bb070a928"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.372394"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-00efbc6c-f40b-4bda-9b0c-9f1bb070a928"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-00efbc6c-f40b-4bda-9b0c-9f1bb070a928' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.3ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 473 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:47:53.378193"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 473]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.383962"], ["slug", "this-is-a-title-fcd2585a-5691-46ef-8e2a-cc67fa98e610"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.383962"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-fcd2585a-5691-46ef-8e2a-cc67fa98e610"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-fcd2585a-5691-46ef-8e2a-cc67fa98e610' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.393132"], ["slug", "this-is-a-title-88111dd9-c0a6-42c0-9458-dcb4dd9acf21"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.393132"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-88111dd9-c0a6-42c0-9458-dcb4dd9acf21"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-88111dd9-c0a6-42c0-9458-dcb4dd9acf21' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 475]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.403738"], ["slug", "this-is-a-title-0837d601-e6bd-4f8f-be15-ea48ab4e3795"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.403738"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-0837d601-e6bd-4f8f-be15-ea48ab4e3795"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-0837d601-e6bd-4f8f-be15-ea48ab4e3795' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.413924"], ["slug", "this-is-a-title-bb540b7a-0c65-4b45-a9e1-95b98081f62f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.413924"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-bb540b7a-0c65-4b45-a9e1-95b98081f62f"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-bb540b7a-0c65-4b45-a9e1-95b98081f62f' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 477]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.422585"], ["slug", "this-is-a-title-c78ddd05-ae3d-4980-b3ed-8162088451e3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.422585"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-c78ddd05-ae3d-4980-b3ed-8162088451e3"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c78ddd05-ae3d-4980-b3ed-8162088451e3' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 478]]  (0.8ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.432374"], ["slug", "this-is-a-title-617fe1a2-9594-4ec7-b4d3-e9c41fe71b70"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.432374"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-617fe1a2-9594-4ec7-b4d3-e9c41fe71b70"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-617fe1a2-9594-4ec7-b4d3-e9c41fe71b70' LIMIT 1 Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.441425"], ["slug", "this-is-a-title-f31a7620-fe0a-4cb1-bfc3-0af70ac9f08e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.441425"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"480"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '480' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 480 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:47:53.448740"], ["slug", "this-is-a-title-e5c24222-a13a-43de-8d96-dfef2b4fafa4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:47:53.448740"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-e5c24222-a13a-43de-8d96-dfef2b4fafa4"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-e5c24222-a13a-43de-8d96-dfef2b4fafa4' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.2ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.568081"], ["slug", "this-is-a-title-cb346626-59fa-4951-ac21-f85c9fcf1587"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.568081"]]  (1.9ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-cb346626-59fa-4951-ac21-f85c9fcf1587"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-cb346626-59fa-4951-ac21-f85c9fcf1587' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.580542"], ["slug", "this-is-a-title-179fcbd5-ca1d-46f0-aa13-311ec4a586c1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.580542"]]  (0.9ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-179fcbd5-ca1d-46f0-aa13-311ec4a586c1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-179fcbd5-ca1d-46f0-aa13-311ec4a586c1' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.590677"], ["slug", "this-is-a-title-8d1d4385-d966-4a22-9357-5ca56d6d9136"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.590677"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.599252"], ["slug", "this-is-a-title-927ee1a6-7784-4d47-94d2-1abd05b8894f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.599252"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.619763"], ["slug", "this-is-a-title-2ad9a590-a2a1-4c5d-bcb3-5cd4b4517e91"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.619763"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-2ad9a590-a2a1-4c5d-bcb3-5cd4b4517e91"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-2ad9a590-a2a1-4c5d-bcb3-5cd4b4517e91' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction SQL (0.2ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 486 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:48:41.625545"]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms) Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 486]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.631458"], ["slug", "this-is-a-title-dbbc0e24-61a3-4e12-b23b-30a9d239539b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.631458"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-dbbc0e24-61a3-4e12-b23b-30a9d239539b"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-dbbc0e24-61a3-4e12-b23b-30a9d239539b' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.640330"], ["slug", "this-is-a-title-8b91a163-524d-4ca1-a9a3-ad19299102d4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.640330"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-8b91a163-524d-4ca1-a9a3-ad19299102d4"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-8b91a163-524d-4ca1-a9a3-ad19299102d4' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 488]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.650338"], ["slug", "this-is-a-title-34cff278-6619-4398-ac6b-83ddfa80e2c3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.650338"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-34cff278-6619-4398-ac6b-83ddfa80e2c3"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-34cff278-6619-4398-ac6b-83ddfa80e2c3' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.660691"], ["slug", "this-is-a-title-69310d65-a5c7-4756-ac3c-555636604adb"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.660691"]]  (0.6ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-69310d65-a5c7-4756-ac3c-555636604adb"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-69310d65-a5c7-4756-ac3c-555636604adb' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 490]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.669143"], ["slug", "this-is-a-title-42927f94-a5f7-46f1-bc43-0d923210bda7"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.669143"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-42927f94-a5f7-46f1-bc43-0d923210bda7"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-42927f94-a5f7-46f1-bc43-0d923210bda7' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 491]]  (0.5ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.9ms) Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.684652"], ["slug", "this-is-a-title-47928b16-feec-4eb0-a8be-83ded7f180c9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.684652"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-47928b16-feec-4eb0-a8be-83ded7f180c9"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-47928b16-feec-4eb0-a8be-83ded7f180c9' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.692948"], ["slug", "this-is-a-title-1e8148c7-47dc-4c43-a506-cde9384f755a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.692948"]]  (0.6ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"493"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '493' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 493 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:48:41.700534"], ["slug", "this-is-a-title-10c789c9-23ba-4fc2-98a1-532bf209bb7e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:48:41.700534"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-10c789c9-23ba-4fc2-98a1-532bf209bb7e"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-10c789c9-23ba-4fc2-98a1-532bf209bb7e' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.6ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.801646"], ["slug", "this-is-a-title-11acdc54-ccab-4a55-b9af-1a43c191052f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.801646"]]  (2.2ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-11acdc54-ccab-4a55-b9af-1a43c191052f"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-11acdc54-ccab-4a55-b9af-1a43c191052f' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.816784"], ["slug", "this-is-a-title-d31ef8aa-78c4-4ef3-9657-dd53aca8d934"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.816784"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title-d31ef8aa-78c4-4ef3-9657-dd53aca8d934"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-d31ef8aa-78c4-4ef3-9657-dd53aca8d934' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.826738"], ["slug", "this-is-a-title-5b7d2970-d038-4710-8430-687c55e1c3f0"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.826738"]]  (0.9ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.834963"], ["slug", "this-is-a-title-43e47b3f-4335-4830-8a93-1b7775bdca2e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.834963"]]  (0.7ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.2ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.858154"], ["slug", "this-is-a-title-b410677c-40b0-46b5-a4cc-8bce45e9fb0f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.858154"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-b410677c-40b0-46b5-a4cc-8bce45e9fb0f"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-b410677c-40b0-46b5-a4cc-8bce45e9fb0f' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction SQL (0.3ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 499 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:55:42.864050"]]  (0.5ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 1.0ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 499]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.869951"], ["slug", "this-is-a-title-c6655766-85ca-4be2-a861-62ad051a814b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.869951"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-c6655766-85ca-4be2-a861-62ad051a814b"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-c6655766-85ca-4be2-a861-62ad051a814b' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.880078"], ["slug", "this-is-a-title-84b18a8c-135f-4dd0-8b69-d71e27877bd2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.880078"]]  (0.8ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-84b18a8c-135f-4dd0-8b69-d71e27877bd2"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-84b18a8c-135f-4dd0-8b69-d71e27877bd2' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 501]]  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.893856"], ["slug", "this-is-a-title-906354de-a69b-4ea6-baaa-7a2e8624c7e8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.893856"]]  (0.7ms) commit transaction Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title-906354de-a69b-4ea6-baaa-7a2e8624c7e8"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-906354de-a69b-4ea6-baaa-7a2e8624c7e8' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published  (0.0ms) begin transaction  (0.0ms) rollback transaction Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.904254"], ["slug", "this-is-a-title-521b8963-54c9-40b0-9fdd-bdee91682ab6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.904254"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-521b8963-54c9-40b0-9fdd-bdee91682ab6"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-521b8963-54c9-40b0-9fdd-bdee91682ab6' LIMIT 1  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 503]]  (0.6ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.913329"], ["slug", "this-is-a-title-ab2d016a-5265-4a71-8c21-48ccdbb0ad0e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.913329"]]  (0.6ms) commit transaction Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title-ab2d016a-5265-4a71-8c21-48ccdbb0ad0e"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-ab2d016a-5265-4a71-8c21-48ccdbb0ad0e' LIMIT 1  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 504]]  (0.5ms) commit transaction Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.9ms) Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.929982"], ["slug", "this-is-a-title-a31f2d39-81e7-4529-8416-2d823daef8f8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.929982"]]  (0.8ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-a31f2d39-81e7-4529-8416-2d823daef8f8"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-a31f2d39-81e7-4529-8416-2d823daef8f8' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.937987"], ["slug", "this-is-a-title-074f2bac-8a5b-411d-8e2b-217b15f53d3f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.937987"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"506"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '506' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 506 LIMIT 1 Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.945846"], ["slug", "this-is-a-title-0fb62905-5a93-432a-9d35-48167220c635"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.945846"]]  (0.7ms) commit transaction Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title-0fb62905-5a93-432a-9d35-48167220c635"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title-0fb62905-5a93-432a-9d35-48167220c635' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.969924"], ["slug", "this-is-a-title-e47502d7-8ffa-4d60-b9ab-d7b07652c362"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.969924"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.973264"], ["slug", "this-is-a-title-60c1cbc8-fbab-48ea-929f-99f0d95fb284"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.973264"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.976504"], ["slug", "this-is-a-title-dce2e5ed-ca09-4dca-815f-905c84bcea49"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.976504"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:55:42.979581"], ["published", "f"], ["slug", "this-is-a-title-5aa2818a-73ba-4883-a373-85a3dd912e9a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:55:42.979581"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "friendly_id_slugs";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (1.0ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.783077"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.783077"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (2.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.795387"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.795387"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.805468"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.805468"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.813517"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.813517"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.834628"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.834628"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:57:31.839248"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.844963"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.844963"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.853517"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.853517"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.863350"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.863350"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.877325"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.877325"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.884763"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.884763"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.900582"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.900582"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.908685"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.908685"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.916180"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.916180"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.939798"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.939798"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.942104"], ["slug", "this-is-a-title-6fabeb99-7c4e-42dc-8e81-e7cdebdc21a5"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.942104"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.944001"], ["slug", "this-is-a-title-f30ff34e-ef6b-4981-ab4d-8fdac1c829cf"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.944001"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:57:31.945993"], ["published", "f"], ["slug", "this-is-a-title-3258b94d-aafd-4e59-8e32-ba4882b8934a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:57:31.945993"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) DELETE FROM "friendly_id_slugs";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.6ms) DELETE FROM "fuel_posts";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.004419"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.004419"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.016651"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.016651"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.026854"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.026854"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.035039"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.035039"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.056199"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.056199"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 15:59:50.060716"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.066448"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.066448"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.075111"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.075111"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.085055"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.085055"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.123055"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.123055"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.130606"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.130606"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.145519"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.145519"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.153336"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.153336"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.160393"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.160393"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.183214"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.183214"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.185398"], ["slug", "this-is-a-title-8cb82b83-d880-480c-85bc-b2c29f96debd"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.185398"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.187113"], ["slug", "this-is-a-title-b428320b-fe33-4f28-8c3b-6bc884d1b3fa"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.187113"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 15:59:50.188908"], ["published", "f"], ["slug", "this-is-a-title-5d9cd8bd-3909-4483-96b9-c42ac9ffce8b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 15:59:50.188908"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.7ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.229953"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.229953"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (1.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.241453"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.241453"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.251401"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.251401"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.259011"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.259011"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.279181"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.279181"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:00:59.283941"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.289297"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.289297"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.297372"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.297372"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.306796"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.306796"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.316308"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.316308"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.323616"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.323616"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.330357"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.330357"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.332616"], ["slug", "this-is-a-title-3da93b2a-9a09-47a2-9c32-f09b7d5d8688"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.332616"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.334413"], ["slug", "this-is-a-title-152aee0b-de64-4d95-8985-f695e7fe449d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.334413"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.336271"], ["published", "f"], ["slug", "this-is-a-title-7acf801d-eb13-499b-adcc-08349e1c1382"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.336271"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.347740"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.347740"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.355589"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.355589"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.362620"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.362620"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.385237"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.385237"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.387292"], ["slug", "this-is-a-title-91ef4df6-46dc-41e7-88a1-fad27d24e849"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.387292"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.389107"], ["slug", "this-is-a-title-ba5ffdc0-2d29-4b37-b8e3-4b2820c50834"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.389107"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:00:59.390956"], ["published", "f"], ["slug", "this-is-a-title-a27a50af-1084-4e1a-ae45-b1f9e3739cbf"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:00:59.390956"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.8ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.245060"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.245060"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.256329"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.256329"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.268110"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.268110"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.276670"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.276670"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.298132"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.298132"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:01:15.302762"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.308347"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.308347"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.318044"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.318044"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.329674"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.329674"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.365924"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.365924"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.373569"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.373569"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.380678"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.380678"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.382757"], ["slug", "this-is-a-title-354d942f-a53f-4948-9231-4cb877bafbb9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.382757"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.384494"], ["slug", "this-is-a-title-b1467bb6-d07f-4054-807d-d1e4cf8fda6a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.384494"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.386343"], ["published", "f"], ["slug", "this-is-a-title-be33ab4d-78e9-4aa6-81b9-e07e0fbfa2d8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.386343"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.5ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.396609"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.396609"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.403843"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.403843"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.411543"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.411543"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.434554"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.434554"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.436719"], ["slug", "this-is-a-title-9e54b800-6037-4173-9bcc-f9801e5740e3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.436719"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.438498"], ["slug", "this-is-a-title-e1fbf93a-bf24-41c3-96cb-11e5dfbf61fb"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.438498"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:15.440181"], ["published", "f"], ["slug", "this-is-a-title-b17a839f-5e02-4772-aa43-d0a12842da14"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:15.440181"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.7ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.5ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.774995"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.774995"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 26ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.809418"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.809418"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.819316"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.819316"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.826966"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.826966"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.847068"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.847068"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:01:40.851596"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.856994"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.856994"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.865294"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.865294"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.874866"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.874866"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.884555"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.884555"]]  (0.0ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.891887"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.891887"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.898522"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.898522"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.900669"], ["slug", "this-is-a-title-ae775438-67d8-42a1-8a98-840b293f2573"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.900669"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.902432"], ["slug", "this-is-a-title-491a6c3d-79dc-4c6c-a47c-b9b6805ab931"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.902432"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.904353"], ["published", "f"], ["slug", "this-is-a-title-2dcdc0fc-4ed5-42bd-89ef-aaa3c89f8a52"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.904353"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.918986"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.918986"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.923046"], ["slug", "this-is-a-title-eb8dc164-9540-4445-b291-3cadbfdac251"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.923046"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.926466"], ["slug", "this-is-a-title-16b9328a-ef08-420c-9ff1-fb77a6d84670"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.926466"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.929551"], ["published", "f"], ["slug", "this-is-a-title-1ab20ce1-b102-4f3f-a3dd-1678e3345f41"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.929551"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.937801"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.937801"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.945245"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.945245"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.952795"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.952795"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.977303"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.977303"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.979372"], ["slug", "this-is-a-title-9c6233ea-d7f1-42b9-ba4f-6d00399023ef"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.979372"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.981035"], ["slug", "this-is-a-title-597e55af-227e-4c41-a665-c3087520043d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.981035"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:01:40.982672"], ["published", "f"], ["slug", "this-is-a-title-555a7e1b-aca1-4376-ad0c-312ed597524e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:01:40.982672"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) DELETE FROM "friendly_id_slugs";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.6ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.153340"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.153340"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.188573"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.188573"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.199279"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.199279"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.206863"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.206863"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.226442"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.226442"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:13:09.231520"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.237041"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.237041"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.245090"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.245090"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.255054"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.255054"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.264370"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.264370"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.271784"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.271784"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.278476"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.278476"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.280661"], ["slug", "this-is-a-title-f9e0313a-9e27-4f33-8312-aad089801a9b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.280661"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.282504"], ["slug", "this-is-a-title-a5be3a4f-1067-437e-9e12-196b6eb5dcb9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.282504"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.284357"], ["published", "f"], ["slug", "this-is-a-title-8f430d80-9f82-4399-9d55-3b746f93df09"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.284357"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.294511"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.294511"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.296505"], ["slug", "this-is-a-title-cb69c078-4cc0-408b-b7b1-77cfcedb5b29"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.296505"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.298259"], ["slug", "this-is-a-title-1d7aebcb-fb2a-4519-a96d-618ef66bfb42"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.298259"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.300019"], ["published", "f"], ["slug", "this-is-a-title-7e130b48-e7db-49bc-acf0-544247e70e46"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.300019"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.306441"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.306441"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.314248"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.314248"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:09.321492"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:09.321492"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "friendly_id_slugs";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.8ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.288170"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.288170"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.302219"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.302219"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.313720"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.313720"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.321384"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.321384"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.341436"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.341436"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:13:25.345842"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.351445"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.351445"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.359671"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.359671"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.368683"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.368683"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.378194"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.378194"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.385471"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.385471"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.391755"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.391755"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.393850"], ["slug", "this-is-a-title-8901d075-6222-4de9-9ab4-fe50333cbb51"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.393850"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.395769"], ["slug", "this-is-a-title-98e302c8-8063-4acb-9536-099536d973d0"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.395769"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.397666"], ["published", "f"], ["slug", "this-is-a-title-ff291641-d88f-4641-a5b1-05a3e831fe36"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.397666"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.407443"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.407443"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.409392"], ["slug", "this-is-a-title-40ed2003-a676-4b76-8b66-ab44fe13c735"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.409392"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.410988"], ["slug", "this-is-a-title-7a7fd03c-cced-4e4e-89ca-fa26a28f2eb3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.410988"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.412721"], ["published", "f"], ["slug", "this-is-a-title-5fa6e7a6-2a92-4b2a-8121-a4131e716c3c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.412721"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.419454"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.419454"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.427317"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.427317"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.434776"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.434776"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.457215"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.457215"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.459165"], ["slug", "this-is-a-title-27d08353-3a6d-4315-bf1b-0f396c446e8f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.459165"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.460813"], ["slug", "this-is-a-title-2d3ff0ac-e55c-4dca-abbe-d85b0389fb89"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.460813"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.462614"], ["published", "f"], ["slug", "this-is-a-title-50f36377-4711-4c30-b5f1-36ca72722f61"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.462614"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.466647"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.466647"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.468842"], ["slug", "this-is-a-title-22d477ea-1ada-46b0-8f7d-c287adf8e788"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.468842"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.470524"], ["slug", "this-is-a-title-fbef54bd-6db1-461f-ab6c-5537becb4c57"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.470524"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.472201"], ["published", "f"], ["slug", "this-is-a-title-3a9eca98-8bdd-49de-8782-c81f05cd09eb"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.472201"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.475935"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.475935"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.477876"], ["slug", "this-is-a-title-cc7618cf-5811-4326-b7ad-a29859a8f640"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.477876"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.479746"], ["slug", "this-is-a-title-fb0ce072-570e-402e-9e99-acbd43cfeef4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.479746"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:13:25.481485"], ["published", "f"], ["slug", "this-is-a-title-80c08541-6c5e-4380-9106-82a2f4a2701d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:13:25.481485"]]  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.9ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.490535"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.490535"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 25ms (Views: 1.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.522843"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.522843"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.533429"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.533429"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.541538"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.541538"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.562139"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.562139"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:18:58.566934"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.572554"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.572554"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.580936"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.580936"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.590675"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.590675"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.600347"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.600347"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.607752"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.607752"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.614325"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.614325"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.616626"], ["slug", "this-is-a-title-4c0c7c4f-fa09-45ab-bfad-a7e4f32714f2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.616626"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.618331"], ["slug", "this-is-a-title-a18aed2c-da52-41c8-b8d1-a1d713fd548f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.618331"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.620117"], ["published", "f"], ["slug", "this-is-a-title-bb93a494-003e-4167-aef2-4874064fcb8e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.620117"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.629905"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.629905"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.631879"], ["slug", "this-is-a-title-211f6b85-1853-4c8e-86d0-a161b05bfda4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.631879"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.633803"], ["slug", "this-is-a-title-1abad81a-4790-4046-9084-12cb6a25c2e8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.633803"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.635640"], ["published", "f"], ["slug", "this-is-a-title-29605dcb-4dd2-4c94-8047-92d05aa6722a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.635640"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.641886"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.641886"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.649389"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.649389"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.656677"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.656677"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.678934"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.678934"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.681093"], ["slug", "this-is-a-title-9b08ee79-f905-4b53-94d3-600e191bd238"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.681093"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.683051"], ["slug", "this-is-a-title-e9b5a9d0-73e3-4df6-bfab-34cdf5ceb21d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.683051"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.684792"], ["published", "f"], ["slug", "this-is-a-title-7a328de7-3403-4e3a-9f1d-f2ecd0619d3f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.684792"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.688572"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.688572"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.690458"], ["slug", "this-is-a-title-534226f4-9897-4c6c-b951-f6f141533890"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.690458"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.692196"], ["slug", "this-is-a-title-4c1ac740-049a-4ca6-a9b6-73a1f98152fe"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.692196"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.693885"], ["published", "f"], ["slug", "this-is-a-title-dda08a74-58fb-417f-ad2a-aff732c18337"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.693885"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.697516"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.697516"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.699422"], ["slug", "this-is-a-title-a66c026c-9e65-40bd-aa15-f4745af154b6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.699422"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.701402"], ["slug", "this-is-a-title-a73439f3-803c-42fa-a402-a794fff07f2e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.701402"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:18:58.703214"], ["published", "f"], ["slug", "this-is-a-title-859c5a05-ff36-43c0-a392-f6468024a34a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:18:58.703214"]] Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.9ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.642465"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.642465"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.677036"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.677036"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.687742"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.687742"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.695387"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.695387"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.715966"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.715966"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:21:29.720791"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.726139"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.726139"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.734079"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.734079"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.743169"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.743169"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.752880"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.752880"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.760227"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.760227"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.766738"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.766738"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.768733"], ["slug", "this-is-a-title-82895308-9763-4433-b800-21b28143b9aa"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.768733"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.770589"], ["slug", "this-is-a-title-b1ff0c3b-b5ce-43c3-bb03-2484b8aee714"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.770589"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.772282"], ["slug", "this-is-a-title-9000219c-6492-4bae-9aba-4c8b04547f02"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.772282"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.774013"], ["slug", "this-is-a-title-e975c973-f778-4245-9ead-a0bb2028f431"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.774013"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.775600"], ["slug", "this-is-a-title-06dc89c6-187e-402f-b45d-53f6d0c8e2f6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.775600"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.777290"], ["slug", "this-is-a-title-53f10427-f402-43c7-989c-2b1e9ec9d0ca"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.777290"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.779001"], ["slug", "this-is-a-title-1d0322b4-6e34-45d5-bc13-ccb85224a957"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.779001"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.780688"], ["slug", "this-is-a-title-929f4b9d-2b17-49fc-b6da-4f1c22ae803a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.780688"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.782388"], ["slug", "this-is-a-title-57f95cb5-2a35-4902-8e28-8331444623dc"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.782388"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.784176"], ["published", "f"], ["slug", "this-is-a-title-d6112d62-f4ab-4420-b976-14d452ca0297"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.784176"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.794654"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.794654"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.796690"], ["slug", "this-is-a-title-1981533b-65cc-4c00-9ded-d2476445ad08"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.796690"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.798385"], ["slug", "this-is-a-title-40025559-d719-4a29-b6af-219cfc5a9ce9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.798385"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.800475"], ["slug", "this-is-a-title-bdbcf8e4-e3ea-4b18-a9b7-f8e7b58dd51a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.800475"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.802291"], ["slug", "this-is-a-title-9f03c59d-b065-4406-a453-8197c7a653ba"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.802291"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.804013"], ["slug", "this-is-a-title-70c73162-89b4-43c6-af8c-4f78d73a57e8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.804013"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.805691"], ["slug", "this-is-a-title-0fb8502d-fd1a-4035-8ff4-2a8bfc641822"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.805691"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.807360"], ["slug", "this-is-a-title-bd49c553-11d7-479c-b02f-a2037ed4fa48"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.807360"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.809009"], ["slug", "this-is-a-title-4c55b83b-fa1e-4f71-be95-3ce757490376"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.809009"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.810620"], ["slug", "this-is-a-title-8445f104-5a16-439d-b4d1-a3c601dae912"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.810620"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.812281"], ["published", "f"], ["slug", "this-is-a-title-b2319510-4fe0-43bc-b91f-a3b551ed440a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.812281"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.818825"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.818825"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.820834"], ["slug", "this-is-a-title-c20b8c83-4024-48de-946d-82e30f6af7d6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.820834"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.822508"], ["slug", "this-is-a-title-afb2f0dd-b4c1-448a-8d46-b225f14e1049"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.822508"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.824166"], ["slug", "this-is-a-title-72cf35b4-a34b-4013-aaa4-5c4aab056833"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.824166"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.825754"], ["slug", "this-is-a-title-3cc93179-fd2b-44bb-a507-b41d90400f63"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.825754"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.827995"], ["slug", "this-is-a-title-d4d6f19d-fbbb-49fa-b58d-04953785611e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.827995"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.830022"], ["slug", "this-is-a-title-a073e4e3-139c-4110-9756-948ff8bab369"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.830022"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.832103"], ["slug", "this-is-a-title-4731b2a5-f0b9-4b79-8b83-c4491608c8d4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.832103"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.834930"], ["slug", "this-is-a-title-3257f490-79a7-4b97-b8cf-ab9ca33616ec"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.834930"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.836735"], ["slug", "this-is-a-title-36d3352a-8691-4560-bcb4-edf5b722d988"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.836735"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.838393"], ["published", "f"], ["slug", "this-is-a-title-8fa2b991-41be-4b6e-9934-5dfc999663f8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.838393"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.844525"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.844525"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.851726"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.851726"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.858976"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.858976"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.882568"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.882568"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.884795"], ["slug", "this-is-a-title-450cabbb-7a1b-4411-a3e7-92875b216e27"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.884795"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.886542"], ["slug", "this-is-a-title-e5401922-3681-4a91-ba82-32048c5c7d48"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.886542"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.888306"], ["published", "f"], ["slug", "this-is-a-title-c525e07b-fd28-4299-90b7-a54dbb6d2ac6"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.888306"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.891900"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.891900"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.893869"], ["slug", "this-is-a-title-dfb8c6d6-c74a-467c-a502-8bd4b000c028"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.893869"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.895574"], ["slug", "this-is-a-title-246777c3-0c9a-4fa5-be0b-b23a1b7bf68d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.895574"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.897273"], ["published", "f"], ["slug", "this-is-a-title-934e4920-4f27-40ff-9f1e-6181fa19c615"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.897273"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.900951"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.900951"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.902935"], ["slug", "this-is-a-title-d7ba284c-14b3-4953-bbd4-3af33c4ab235"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.902935"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.904654"], ["slug", "this-is-a-title-21180aac-6dd1-49c3-9fff-e973992b932d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.904654"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:29.906329"], ["published", "f"], ["slug", "this-is-a-title-33e04c2a-3dd5-444b-8eed-376347c8c8c8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:29.906329"]] Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC  (0.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "friendly_id_slugs";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.8ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.697680"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.697680"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (1.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.709872"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.709872"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.719891"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.719891"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.727736"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.727736"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.748488"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.748488"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:21:57.752888"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.758241"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.758241"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.767057"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.767057"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms) Fuel::Post Load (0.0ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.776316"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.776316"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.812344"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.812344"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.819441"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.819441"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.827224"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.827224"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.829268"], ["slug", "this-is-a-title-e11951be-5342-45c5-9640-0f8a55165d9a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.829268"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.831159"], ["slug", "this-is-a-title-b2108edb-e7eb-452c-a33d-baa91972461f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.831159"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.832916"], ["slug", "this-is-a-title-e2169813-41b9-4e4e-b62f-0c3b320a7efc"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.832916"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.834585"], ["slug", "this-is-a-title-9c2e5bf0-72e8-4d2f-a8a7-d8f7ac7a7ac5"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.834585"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.836232"], ["slug", "this-is-a-title-74c40ebd-a231-4053-948e-b168d93d654e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.836232"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.837852"], ["slug", "this-is-a-title-f90a801a-a4e5-4f96-9793-30dcef4c6976"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.837852"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.839474"], ["slug", "this-is-a-title-8054d7fa-d7da-452d-a2a7-cffaa94a500d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.839474"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.841081"], ["slug", "this-is-a-title-ba06a547-e065-4139-9958-85845f991715"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.841081"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.842667"], ["slug", "this-is-a-title-50ad3085-48b0-41d1-83e7-acb536dad6b1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.842667"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.844567"], ["published", "f"], ["slug", "this-is-a-title-5205f4a4-8cb3-4cf0-a7df-52c5af14f201"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.844567"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.854780"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.854780"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.856865"], ["slug", "this-is-a-title-97fb04bc-3d2e-42a0-be05-dec810994fe9"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.856865"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.858592"], ["slug", "this-is-a-title-34413929-72ac-4f33-a2b4-1d6814799179"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.858592"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.860304"], ["slug", "this-is-a-title-55038aad-6484-47bc-a5ae-16c3490db10d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.860304"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.862105"], ["slug", "this-is-a-title-e50ca22e-b136-4b41-aadc-18a009b3cd75"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.862105"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.864072"], ["slug", "this-is-a-title-f9d70920-8eec-4fff-b2a6-7eca57a0860b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.864072"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.865856"], ["slug", "this-is-a-title-d0270563-e02c-4032-bdb1-bb5940840894"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.865856"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.867563"], ["slug", "this-is-a-title-69f3b64f-2093-452f-9472-d4d27c44cd3e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.867563"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.869226"], ["slug", "this-is-a-title-371a9db2-b8fd-4ff6-8b76-afa28b571a40"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.869226"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.870848"], ["slug", "this-is-a-title-025037b7-b993-47fd-8edc-239ed0565e4c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.870848"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.872455"], ["published", "f"], ["slug", "this-is-a-title-c4e9d8ef-6773-4ddb-9d2a-97990cd1d0fb"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.872455"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.879205"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.879205"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.881280"], ["slug", "this-is-a-title-b74fa96d-7975-4088-9972-948646009546"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.881280"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.882950"], ["slug", "this-is-a-title-54702eb9-9891-4e3e-ba90-7b23eaa0b937"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.882950"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.884711"], ["slug", "this-is-a-title-d5440687-0c7a-4e51-9428-de954a075d6c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.884711"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.886388"], ["slug", "this-is-a-title-8768a2e1-fa48-4f05-9fd4-90269e71f75a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.886388"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.888332"], ["slug", "this-is-a-title-bf8d508b-7ff5-40a4-9982-c4560cada24c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.888332"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.890268"], ["slug", "this-is-a-title-a061e172-ffb5-409a-a0d7-9925b8d2cd76"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.890268"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.891982"], ["slug", "this-is-a-title-d2698e01-718e-41cd-bf6a-62a4de48016b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.891982"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.893686"], ["slug", "this-is-a-title-8239aa81-bff6-49a4-b44d-d932cb29bf84"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.893686"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.895494"], ["slug", "this-is-a-title-f1586212-fcfc-4d6c-883d-db3db59d7c75"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.895494"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.897275"], ["published", "f"], ["slug", "this-is-a-title-65833dcb-2dcc-4429-9ad9-896cb2f07777"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.897275"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.903485"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.903485"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.910851"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.910851"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.918207"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.918207"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.940532"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.940532"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.942570"], ["slug", "this-is-a-title-096f6e6d-0cf5-408e-bb6e-c5ef0472f0a8"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.942570"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.944392"], ["slug", "this-is-a-title-cd78b209-b5b4-4623-846d-a4736cccfa55"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.944392"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.946308"], ["published", "f"], ["slug", "this-is-a-title-2cf10f7d-21c7-4c1b-b8a8-e11705d55ffa"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.946308"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.950193"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.950193"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.952260"], ["slug", "this-is-a-title-df991424-4fcc-4922-b141-00397e4c6455"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.952260"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.953964"], ["slug", "this-is-a-title-207bf9fe-c991-4977-a0b8-588c676fe5e4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.953964"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.955597"], ["published", "f"], ["slug", "this-is-a-title-190da625-f324-46f9-9b4a-8f1cc9f98e51"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.955597"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.959165"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.959165"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.961183"], ["slug", "this-is-a-title-3cdcde89-8f66-4674-90e7-c026c47d5edc"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.961183"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.963145"], ["slug", "this-is-a-title-2a3e2c5b-f8ce-460f-808d-263ca6c13876"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.963145"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:21:57.965316"], ["published", "f"], ["slug", "this-is-a-title-d8a41c44-1cac-4298-ada6-07d26564ff56"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:21:57.965316"]] Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.0ms) DELETE FROM "friendly_id_slugs";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'friendly_id_slugs';  (0.7ms) DELETE FROM "fuel_posts";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'fuel_posts';  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Rendered /Users/ryanfrancis/Documents/LaunchPad/fuel/app/views/fuel/admin/posts/index.html.slim within layouts/fuel/application (0.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) SELECT COUNT(*) FROM "fuel_posts"  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Processing by Fuel::Admin::PostsController#new as HTML Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.2ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.071426"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.071426"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.1ms)  (1.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.107868"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.107868"]] Processing by Fuel::Admin::PostsController#edit as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.118327"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.118327"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.125992"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.125992"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.3ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#create as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}} Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1 Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.146397"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.146397"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"Is this thing on?", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published SQL (0.1ms) UPDATE "fuel_posts" SET "title" = ?, "updated_at" = ? WHERE "fuel_posts"."id" = 1 [["title", "Is this thing on?"], ["updated_at", "2014-05-22 16:25:48.151103"]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.156377"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.156377"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>"This is a title", "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Redirected to http://test.host/blog/admin/posts Completed 302 Found in 2ms (ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.4ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.165524"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.165524"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Tom Cullen", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.2ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms) Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.179164"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.179164"]] Processing by Fuel::Admin::PostsController#update as HTML Parameters: {"post"=>{"title"=>nil, "author"=>"Ryan Francis", "tag"=>"Coding", "content"=>"Some content for a blog post", "published"=>true}, "id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Unpermitted parameters: published Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.188996"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.188996"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "fuel_posts"  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.196625"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.196625"]] Processing by Fuel::Admin::PostsController#destroy as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) DELETE FROM "fuel_posts" WHERE "fuel_posts"."id" = ? [["id", 1]] Redirected to http://test.host/blog/admin/posts Completed 302 Found in 1ms (ActiveRecord: 0.1ms)  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.203383"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.203383"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.205653"], ["slug", "this-is-a-title-4508b6bd-beb3-40db-839b-fd247ddd3f07"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.205653"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.207545"], ["slug", "this-is-a-title-cd431226-7e1f-4cde-b0df-e2d3d75981b3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.207545"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.209378"], ["slug", "this-is-a-title-07e1eba6-847e-4033-8bd2-b5d52c08c91c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.209378"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.211265"], ["slug", "this-is-a-title-2c0b3230-952a-4f6e-b036-e3a784f7d01c"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.211265"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.213068"], ["slug", "this-is-a-title-bcab4967-7e3b-452f-8d1a-7cc4c05ad9d1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.213068"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.214830"], ["slug", "this-is-a-title-25230547-5b97-479f-ab54-c87b74e534f4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.214830"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.216518"], ["slug", "this-is-a-title-dc7d06ba-0474-4335-babc-98f7f182abdc"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.216518"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.218169"], ["slug", "this-is-a-title-d687a029-d0f4-4946-92e5-47cdade623f3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.218169"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.219895"], ["slug", "this-is-a-title-2a1f2ce3-5158-479b-91eb-18b9b1b251e2"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.219895"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.221840"], ["published", "f"], ["slug", "this-is-a-title-93bbf2ec-66f4-43e4-a5d1-6a2ff91e272d"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.221840"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.232895"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.232895"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.235072"], ["slug", "this-is-a-title-478b7575-38d3-433b-9a2a-ab9a3a48dd78"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.235072"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.236848"], ["slug", "this-is-a-title-965e1fd6-3b2b-4b90-8d5f-bde78245a07e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.236848"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.238649"], ["slug", "this-is-a-title-cb69b268-50c9-4f85-9443-a88686edca36"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.238649"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.240355"], ["slug", "this-is-a-title-65035575-5fc2-4dc6-a1f4-aa65ef9bd4d1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.240355"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.242131"], ["slug", "this-is-a-title-52d2eab1-e7c1-447a-9a8a-ca643d80cf20"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.242131"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.244033"], ["slug", "this-is-a-title-633744ea-3dbc-47a3-a010-f5ba82fbb9b4"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.244033"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.246078"], ["slug", "this-is-a-title-efe1fdc6-6851-4a13-94e7-2946403ab18b"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.246078"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.247857"], ["slug", "this-is-a-title-79e293da-aae5-488a-b1c6-1999114dc16e"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.247857"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.249738"], ["slug", "this-is-a-title-ef7d6a2c-3840-4aaa-83a3-06aace920c1a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.249738"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.251417"], ["published", "f"], ["slug", "this-is-a-title-206bc1eb-b026-4082-a01e-a8177b36a5c1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.251417"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' LIMIT 5 OFFSET 0) subquery_for_count  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.258107"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.258107"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.260081"], ["slug", "this-is-a-title-5dd243b8-e947-4c1d-965c-00e8f0ac15a3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.260081"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.261781"], ["slug", "this-is-a-title-fdc4ff69-3852-4370-b8fd-87453c4ed26f"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.261781"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.263567"], ["slug", "this-is-a-title-f4a36700-9e73-4d6a-a184-389a27ddef41"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.263567"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.265500"], ["slug", "this-is-a-title-4261859f-44a5-4998-83b7-cb1464140fd1"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.265500"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.268258"], ["slug", "this-is-a-title-a4c51d85-c501-4685-9d02-0d2037ed92da"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.268258"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.270668"], ["slug", "this-is-a-title-7f14fbdd-4705-4db8-84fd-69561e83c116"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.270668"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.0ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.272890"], ["slug", "this-is-a-title-7c73c4b1-e3c9-4ca3-9e4a-4db926302201"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.272890"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.274714"], ["slug", "this-is-a-title-daf19c54-3719-4137-b591-bdfe0443f317"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.274714"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.276662"], ["slug", "this-is-a-title-3d1d6027-0ce8-49a5-899a-2ed4eb1d2c3a"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.276662"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.278700"], ["published", "f"], ["slug", "this-is-a-title-b08e7974-81a6-4452-901d-c3ded9057230"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.278700"]] Processing by Fuel::PostsController#index as HTML Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.285475"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.285475"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.292964"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.292964"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"1"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = '1' LIMIT 1 Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."id" = 1 LIMIT 1 Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.2ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.301194"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.301194"]] Processing by Fuel::PostsController#show as HTML Parameters: {"id"=>"this-is-a-title"} Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = '' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.3ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.325495"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.325495"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.327771"], ["slug", "this-is-a-title-3534d985-2e97-4b84-a814-47710f9ab1ca"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.327771"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.329579"], ["slug", "this-is-a-title-c784d4f7-6c57-49c6-ba19-1394441cceaa"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.329579"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.331306"], ["published", "f"], ["slug", "this-is-a-title-ac2e9af8-4c03-4cc0-a5ac-882817241c74"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.331306"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.335227"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.335227"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.337217"], ["slug", "this-is-a-title-557fcabb-40b6-4dd0-8972-29b3e8df8fa5"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.337217"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.339044"], ["slug", "this-is-a-title-df556a3b-bc8c-4685-81a7-f3b4dd315689"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.339044"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.340759"], ["published", "f"], ["slug", "this-is-a-title-95f60869-ae43-40dd-b31f-d5d0b9be1ae3"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.340759"]]  (0.1ms) SELECT COUNT(*) FROM "fuel_posts" WHERE "fuel_posts"."published" = 't'  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.2ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.344464"], ["slug", "this-is-a-title"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.344464"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.346580"], ["slug", "this-is-a-title-b2646202-0109-4e4a-ba4f-41f00efbfdfe"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.346580"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.348331"], ["slug", "this-is-a-title-d4d660d3-ad76-4b50-b043-2e803bfde967"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.348331"]] Fuel::Post Exists (0.1ms) SELECT 1 AS one FROM "fuel_posts" WHERE "fuel_posts"."slug" = 'this-is-a-title' LIMIT 1 SQL (0.1ms) INSERT INTO "fuel_posts" ("author", "content", "created_at", "published", "slug", "tag", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["author", "Ryan Francis"], ["content", "Some content for a blog post"], ["created_at", "2014-05-22 16:25:48.350030"], ["published", "f"], ["slug", "this-is-a-title-cd9710ff-7c8a-4be9-8b85-a150f7fbb131"], ["tag", "Coding"], ["title", "This is a title"], ["updated_at", "2014-05-22 16:25:48.350030"]] Fuel::Post Load (0.1ms) SELECT "fuel_posts".* FROM "fuel_posts" WHERE "fuel_posts"."published" = 't' ORDER BY created_at DESC  (0.4ms) rollback transaction