Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.3ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.4ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.3ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.8ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (2.4ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:15 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$KTXSZtI33rfIUgCJISnNgeGD3LDzMTOMeO9MJ9oEh6mA7UWl.7G8a"], ["remember_token", "XK8YfCEz96ql7NZJizxjpQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:15 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.3ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:18 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$gt0P5iF7VbLP3akHLQQAyOarlo5JaDO7q5zpK98v0pgc54G8ZZC52"], ["remember_token", "gbGsD-jU9KcbxgbswNbmjA=="], ["updated_at", Thu, 20 Mar 2014 05:30:18 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:19 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$aZ6AtKuJtvSXjAH/C1dDI.C7aGgqx/UOuJM0knNL3Oq/jP49xXnNi"], ["remember_token", "YVaqLoZ9i7yk_WiU77MF2A=="], ["updated_at", Thu, 20 Mar 2014 05:30:19 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:20 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$EAfVXAJFyZUmI/u1sFk.Gu4cqxzdDfYIzqMataGZoUUdvI6m1eaR6"], ["remember_token", "TqSGF3O4zgWSd41WKmuiHQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:20 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 98ms (Views: 97.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GFfVBJR9Fj8A1WIsIJqfwuUBddoDl0GiaFtLlSv/BLC7ePrncItJi"], ["remember_token", "cwtboV39YmDe3HBX3u4PQA=="], ["updated_at", Thu, 20 Mar 2014 05:30:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 326ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cwtboV39YmDe3HBX3u4PQA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:21 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cwtboV39YmDe3HBX3u4PQA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (84.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 99ms (Views: 95.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YAEHogguSBrhmwlgpYyqz.aZDXvCE2k.ZXEBLIKi6d6eEPyH1PlA."], ["remember_token", "5HfwZvDfLZle7WZLZ8q-Eg=="], ["updated_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5HfwZvDfLZle7WZLZ8q-Eg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:22 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5HfwZvDfLZle7WZLZ8q-Eg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.6ms)
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7GY0w0Yy16aWe8anXZfzDu3YZMtIp3fo0/Su689lwUay8vIxMuBvG"], ["remember_token", "jJ46Vp7Y-y4lc8fDIIEd3A=="], ["updated_at", Thu, 20 Mar 2014 05:30:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jJ46Vp7Y-y4lc8fDIIEd3A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:23 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jJ46Vp7Y-y4lc8fDIIEd3A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.3ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:23 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:23 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 95ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$aDcU.DB6Lj4JbgLMHFMQCOGBi5iSfJbVl0Jqp78zjQCenyuudru9i"], ["remember_token", "Bss4Qf4OlIzn8au-o66SAA=="], ["updated_at", Thu, 20 Mar 2014 05:30:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Bss4Qf4OlIzn8au-o66SAA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:24 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Bss4Qf4OlIzn8au-o66SAA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (121.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 137ms (Views: 133.0ms | ActiveRecord: 0.7ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DggAq3tIEklvOLYMkzr84.O6VCFH5v..j49MDNgWMpwEY7hU5/V7C"], ["remember_token", "LiSSfgoRbheJ0YHP0zOAYg=="], ["updated_at", Thu, 20 Mar 2014 05:30:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 337ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LiSSfgoRbheJ0YHP0zOAYg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:25 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LiSSfgoRbheJ0YHP0zOAYg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.9ms)
Completed 200 OK in 104ms (Views: 19.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$gzjUGzG2K5i/UhASxy5GTue1QQejz2FYTqvZgvtcSlAZgRYUlQOjm"], ["remember_token", "XI75yH96-OE6g5eiPyRt5Q=="], ["updated_at", Thu, 20 Mar 2014 05:30:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 337ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XI75yH96-OE6g5eiPyRt5Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 25ms (Views: 20.3ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00]]
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:26 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XI75yH96-OE6g5eiPyRt5Q==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (13.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 36ms (Views: 31.4ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.9ms)
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wulYOH9qDX0tRqVbdEdgUe.jp1slKbKATZ8xvx0b.idImsWXUfkdC"], ["remember_token", "XFEcDMORDvOedwe51DaMTw=="], ["updated_at", Thu, 20 Mar 2014 05:30:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 350ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XFEcDMORDvOedwe51DaMTw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XFEcDMORDvOedwe51DaMTw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 25ms (Views: 18.5ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GQdiyX02R4UxtRmzksVz6eu739yKwbAQ4LLBr2mQbb/AxvmvxPmGy"], ["remember_token", "I1KlO1kv9i2gtov5gCAyAA=="], ["updated_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I1KlO1kv9i2gtov5gCAyAA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:27 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I1KlO1kv9i2gtov5gCAyAA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (9.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 19.5ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eHCEfBlStsovLhBqGbXYZunVIiw/.ysdavDF1RXS6aSboJ0sF9jRK"], ["remember_token", "FQThe64DR8SjfyCVEG1l1w=="], ["updated_at", Thu, 20 Mar 2014 05:30:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 361ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FQThe64DR8SjfyCVEG1l1w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (17.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:28 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:28 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Wed Mar 19 23:30:28 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FQThe64DR8SjfyCVEG1l1w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.8ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (25.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (35.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 64ms (Views: 56.3ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 139ms (Views: 138.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$SoiVeMXcoLhyaX5DRnMK9edR.A59ukX/d2B9lX.3TUj0JZLRo6O5C"], ["remember_token", "JxZxaq_QMHo9I7KVkSil4w=="], ["updated_at", Thu, 20 Mar 2014 05:30:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JxZxaq_QMHo9I7KVkSil4w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 10.4ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:29 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:29 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Wed Mar 19 23:30:29 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JxZxaq_QMHo9I7KVkSil4w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (13.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (18.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 37ms (Views: 32.0ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:29 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"", "price"=>"", "description"=>"", "category_ids"=>[""]}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JxZxaq_QMHo9I7KVkSil4w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (20.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 126ms (Views: 29.6ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fRn80tJC1eiOR6SBjh.KTu2kZRw3CbVebeIIYYcfROk1LnyM/eL4C"], ["remember_token", "wTgKfytU5Rm-DlG458L0KQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 342ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wTgKfytU5Rm-DlG458L0KQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:30 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:30 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Wed Mar 19 23:30:30 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wTgKfytU5Rm-DlG458L0KQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (8.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (159.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (181.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (189.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 216ms (Views: 208.9ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:30 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"", "price"=>"", "description"=>"", "category_ids"=>[""]}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wTgKfytU5Rm-DlG458L0KQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (13.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (138.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (161.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (182.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 243ms (Views: 202.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.8ms)
Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7tFdyUdBCnhxywqP/.EcYOq/iAFfuYWAoqdoVogkwDbs7Sqi4QbNK"], ["remember_token", "H_pXbe69Y_rpEzkw2nup4w=="], ["updated_at", Thu, 20 Mar 2014 05:30:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 341ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H_pXbe69Y_rpEzkw2nup4w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 22ms (Views: 17.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:31 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:31 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Wed Mar 19 23:30:31 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.5ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H_pXbe69Y_rpEzkw2nup4w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.3ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (147.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (165.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (172.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (15.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (2.3ms)
Completed 200 OK in 210ms (Views: 199.6ms | ActiveRecord: 1.0ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:32 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"product name", "price"=>"855.5", "description"=>"
a little longer text
", "category_ids"=>["", "1"]}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H_pXbe69Y_rpEzkw2nup4w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.2ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (9.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 71ms (Views: 29.9ms | ActiveRecord: 1.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$MIVLyfd2cwewhfeOJAkV7OKxC3EEbtis1m9KPv1dE22N7P5jNWhgO"], ["remember_token", "EZmdFLw1UcXdqNTFAzoWIQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 333ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EZmdFLw1UcXdqNTFAzoWIQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Wed Mar 19 23:30:33 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EZmdFLw1UcXdqNTFAzoWIQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (9.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (157.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (162.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (15.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.8ms)
Completed 200 OK in 189ms (Views: 185.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Wed Mar 19 23:30:33 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"product name", "price"=>"855.5", "description"=>"a little longer text
", "category_ids"=>["", "1"]}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EZmdFLw1UcXdqNTFAzoWIQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.2ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (14.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 52ms (Views: 32.6ms | ActiveRecord: 0.8ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.5ms)
Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.3ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1pvmO7b1w9S/yfZ5MBzG2eTr0BSfOrdnv4J1IZE6Z6JKWhAyX/dJW"], ["remember_token", "pFpRwOol1fbasfYhgjPqxw=="], ["updated_at", Thu, 20 Mar 2014 05:30:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pFpRwOol1fbasfYhgjPqxw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Wed Mar 19 23:30:34 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pFpRwOol1fbasfYhgjPqxw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.2ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (14.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (20.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 33ms (Views: 29.3ms | ActiveRecord: 0.5ms)
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HotEEEbKsg8vFkSZAvzEn.nWTaWHlIa5jJIOYOfYLvRjCu4ugd9mC"], ["remember_token", "H-xwnau40ko2NESFq7utgQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H-xwnau40ko2NESFq7utgQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Wed Mar 19 23:30:35 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H-xwnau40ko2NESFq7utgQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.5ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (92.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (98.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 115ms (Views: 111.4ms | ActiveRecord: 0.7ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:35 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"", "price"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H-xwnau40ko2NESFq7utgQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.2ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (131.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (142.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (153.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 188ms (Views: 168.3ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.4ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.9ms)
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.4ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$0hhD3OLBADgpGj22u0vYWO9LQ87/FCGbXORuPiw15fGwmpIs9/LF."], ["remember_token", "sJINwNS11ycaTeZ7Jp8DPA=="], ["updated_at", Thu, 20 Mar 2014 05:30:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 348ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sJINwNS11ycaTeZ7Jp8DPA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Wed Mar 19 23:30:36 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sJINwNS11ycaTeZ7Jp8DPA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.2ms)
[1m[35m (0.2ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (24.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (36.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 201ms (Views: 52.3ms | ActiveRecord: 0.6ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:36 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"", "price"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sJINwNS11ycaTeZ7Jp8DPA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.6ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (8.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (15.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (146.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 186ms (Views: 161.6ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OnUypwcGLwLlePy456gYCuCZGp3D4FRxLs6XUKmb.nP.lmsmvwbT."], ["remember_token", "wagWyNM8_MwIMdPCvJQ_1g=="], ["updated_at", Thu, 20 Mar 2014 05:30:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 332ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wagWyNM8_MwIMdPCvJQ_1g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 115ms (Views: 112.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Wed Mar 19 23:30:37 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wagWyNM8_MwIMdPCvJQ_1g==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (16.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 33ms (Views: 28.8ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:37 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"very little description", "price"=>"12392.2", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wagWyNM8_MwIMdPCvJQ_1g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (98.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 117ms (Views: 107.0ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.9ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4VtPBVj68uGx4VVaAz/nzuSae9jvN74M9OMUSSUg6AcaNUpeyzMJe"], ["remember_token", "AdEIgMouwsOFWx15cNlkPg=="], ["updated_at", Thu, 20 Mar 2014 05:30:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 338ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'AdEIgMouwsOFWx15cNlkPg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 05:30:38 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Wed Mar 19 23:30:38 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'AdEIgMouwsOFWx15cNlkPg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.2ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.3ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (23.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (34.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.2ms)
Completed 200 OK in 194ms (Views: 56.5ms | ActiveRecord: 0.8ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Wed Mar 19 23:30:38 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"product name", "price"=>"855.5", "description"=>"a little longer text
", "category_ids"=>["", "1"]}}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'AdEIgMouwsOFWx15cNlkPg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "price" = '855.5', "name" = 'product name', "updated_at" = '2014-03-20 05:30:38.511375' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (14.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (138.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 183ms (Views: 160.7ms | ActiveRecord: 0.7ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5QsQ5ha3bfbCHlobv8T2Rer09DtkYBvQWSpTLtN8yZMsBGG9pD4Yu"], ["remember_token", "kJQKWBZVJnCH5z4j0D5atA=="], ["updated_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kJQKWBZVJnCH5z4j0D5atA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Wed Mar 19 23:30:39 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kJQKWBZVJnCH5z4j0D5atA==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.3ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wt3Bl5datUo32tyABP6E/.L0s84O2b2skOt9ObWg1oIgPYTn6SYS."], ["remember_token", "COGYSHVMbJxcAEaZdxdcFg=="], ["updated_at", Thu, 20 Mar 2014 05:30:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 328ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'COGYSHVMbJxcAEaZdxdcFg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'COGYSHVMbJxcAEaZdxdcFg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (79.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.4ms)
Completed 200 OK in 89ms (Views: 87.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Mx6Oj.BLCi0mPXR3rAr8qehm.O5QpAclgUhk5NJyyAf626fCKP1TO"], ["remember_token", "Zft_yHCoXzjT8GDn68o7qw=="], ["updated_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Zft_yHCoXzjT8GDn68o7qw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 05:30:40 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Wed Mar 19 23:30:40 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Zft_yHCoXzjT8GDn68o7qw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (7.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (81.5ms)
Completed 200 OK in 88ms (Views: 87.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZBXXbdsX624rzZ2bXwYjM.bnABbAQ7S2/IAP4utrRZAcutpOvFzpm"], ["remember_token", "igVt08iYtCTzB8E-Hp2Nlw=="], ["updated_at", Thu, 20 Mar 2014 05:30:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'igVt08iYtCTzB8E-Hp2Nlw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:41 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 05:30:41 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Wed Mar 19 23:30:41 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'igVt08iYtCTzB8E-Hp2Nlw==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.6ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4jtdzjm7kOeOQU5e5EDIZeXZ/mjAm6uyBUdPCXBL2cWdBJOeB6X7."], ["remember_token", "TRumysnA6ZY5Ixk0lZ0QjA=="], ["updated_at", Thu, 20 Mar 2014 05:30:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TRumysnA6ZY5Ixk0lZ0QjA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:42 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 05:30:42 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TRumysnA6ZY5Ixk0lZ0QjA==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 12.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 12ms (Views: 8.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (78.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 84ms (Views: 83.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$gRulp4g/P2I52J0sAhRV8O6TJRTbW4NHZ9NfQbP4E/G1D5Y8vQsIy"], ["remember_token", "fBQ8ElUFv8ejwsyRTGdXng=="], ["updated_at", Thu, 20 Mar 2014 05:30:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fBQ8ElUFv8ejwsyRTGdXng==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$m3RCw4abEbB1UiCyevHBoeC0QZPPgb9MZ6i7BqTyyJBqscIkqjIc6"], ["remember_token", "kgmL47sXfldo8MRtx2cvsQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kgmL47sXfldo8MRtx2cvsQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (86.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Btk/vXR9X8D2kn0NpLOaeOinmdyEi5k5PESarSzULq1xCZerpr02W"], ["remember_token", "uxFdSoYUjI3-PUGoZ64j1w=="], ["updated_at", Thu, 20 Mar 2014 05:30:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uxFdSoYUjI3-PUGoZ64j1w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 84ms (Views: 82.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$uOutlNo4bz4y6v2HwUgh9eyV48lusb89q8zlKEtj7JBZ6RPDwsb76"], ["remember_token", "7vkEyQ0chfYlm2q9njulCQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7vkEyQ0chfYlm2q9njulCQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Wed Mar 19 23:30:45 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ut7TqNTlbUuGt0Vf6QIB9OJri1eUyAd3mu1aX8Aw4fELOHo0QVAHq"], ["remember_token", "WTOL__Ung3Fi4-r9I3KLZg=="], ["updated_at", Thu, 20 Mar 2014 05:30:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WTOL__Ung3Fi4-r9I3KLZg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:30:46 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WTOL__Ung3Fi4-r9I3KLZg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cPCJqvPgLYOaYSHPZ/Jaueg/Vs/hUXBc0QTBRgYgSFET2ARaapcXW"], ["remember_token", "QEUIr6RNXaDhR5x_fbVXAA=="], ["updated_at", Thu, 20 Mar 2014 05:30:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QEUIr6RNXaDhR5x_fbVXAA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:30:47 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QEUIr6RNXaDhR5x_fbVXAA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:47 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xbRABN5uMx6Vt7IsSo0m6e625rkrnmTQeVEB6wj0/l/GLZyuvnbfC"], ["remember_token", "YpM3Fh9mOE53FHdexqg9Jg=="], ["updated_at", Thu, 20 Mar 2014 05:30:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YpM3Fh9mOE53FHdexqg9Jg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:30:48 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YpM3Fh9mOE53FHdexqg9Jg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 0.4ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:48 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YgtMDH44.dFMJD73rXmTCO.uCdR81buclIaCMwS8qNc0QLwFS2WZ6"], ["remember_token", "65hzFET_56-gXabpJHOQHw=="], ["updated_at", Thu, 20 Mar 2014 05:30:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 396ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '65hzFET_56-gXabpJHOQHw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:30:49 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '65hzFET_56-gXabpJHOQHw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:49 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.7ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VeNXoF2gktS2O2JVCtFV2uxztfJ8P/Q2iG4WkRfI7GyzOTuREgf76"], ["remember_token", "1UzlbG8X7dVDHC_-6XNLUw=="], ["updated_at", Thu, 20 Mar 2014 05:30:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 401ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1UzlbG8X7dVDHC_-6XNLUw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:30:50 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1UzlbG8X7dVDHC_-6XNLUw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:50 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RLfUhUM5kfCwuQoqjKFsEOTI/664H9uetbsCMTyD7jUBdqFdjIAXm"], ["remember_token", "3J9YaiBA0QhpZh2o7dQ-IQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 331ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3J9YaiBA0QhpZh2o7dQ-IQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:51 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Wed Mar 19 23:30:51 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3J9YaiBA0QhpZh2o7dQ-IQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$y5WChdcxhCGLs56jdgEXdeXZDoEw9kmISbu.GoYgeaeG/M2UuNG3a"], ["remember_token", "SVUafcCSAxhVx_cVpbWtfQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SVUafcCSAxhVx_cVpbWtfQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (77.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 93ms (Views: 91.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$QT4SOG9OMVURQ51Ipj6XT.D/qUfGSh6JH3U76kAiqakRY3ygbJLzC"], ["remember_token", "II0NxAw4MnaW0Rp2d15Tgw=="], ["updated_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'II0NxAw4MnaW0Rp2d15Tgw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:52 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VwjoVUrlo0ThmIMH.C8wzOVuXlnWZ97z7vR6Qm1eMxyYEt3AeL4su"], ["remember_token", "gL-6rmxJt7t8Jm5dxFRZig=="], ["updated_at", Thu, 20 Mar 2014 05:30:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 330ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gL-6rmxJt7t8Jm5dxFRZig==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4WsXtHsmANZOJq5UoBxTo.0sWGsTHysXGlMNtS7s69/S2LL6W9uFy"], ["remember_token", "Gg-FzSnpeWt8KF29d-o_wA=="], ["updated_at", Thu, 20 Mar 2014 05:30:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Gg-FzSnpeWt8KF29d-o_wA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:55.578742', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:55.580291', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:55.584751', "position" = 3 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:55.586211', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qha1yEOYNg8842P4xO1c6Of1.ufquhQ0S8ScRE.w2qkux.dO4Iyte"], ["remember_token", "v_s4cx86sDWtJ9RaBMnG4g=="], ["updated_at", Thu, 20 Mar 2014 05:30:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 326ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'v_s4cx86sDWtJ9RaBMnG4g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:56 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:56.768051', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:56.770051', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3YnROC3..1ieCotcLwRQH.MeZlOgHHSZRI8NpBDOGrrYDNj90a2mG"], ["remember_token", "Y2bPsSdpg09ldmTgjTIBWw=="], ["updated_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Y2bPsSdpg09ldmTgjTIBWw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:57 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:57.930607', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:57.932123', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$0bA.ypBqcH6WU4FLWr/Ya.akkzdKydYZGta4unK5DXC0905WRJgbe"], ["remember_token", "J_KxEqNs589FeUj9KAXIDA=="], ["updated_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 328ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'J_KxEqNs589FeUj9KAXIDA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:30:58 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:59.128241', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:30:59.129748', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:30:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eD0t71QxttXljxStPkgd1uwABzhnWmetP1yE/kFX2yHqHl0BjGmZO"], ["remember_token", "-FebXnIao4cISMZJfDPOPQ=="], ["updated_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:30:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:30:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-FebXnIao4cISMZJfDPOPQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:30:59 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:00.294596', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:00.296306', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.7ms)
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$C7wCPKvplp4CLVWuMOYV3OVPsX4riy6T7JEQ17bOmqwB5a8afH0FW"], ["remember_token", "krKoIWwGGaBQkXLhFi5kbw=="], ["updated_at", Thu, 20 Mar 2014 05:31:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'krKoIWwGGaBQkXLhFi5kbw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:01.484748', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:01.486752', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:01.491357', "position" = 1 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:01.495210', "position" = 2 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.7ms)
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HcBpnINmq487jdfBUsgoqeD/4ZFShW3L55IIq6Xe8ZjifTQpNe9ly"], ["remember_token", "KHNwC97fPbQEdc1uflAuNw=="], ["updated_at", Thu, 20 Mar 2014 05:31:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KHNwC97fPbQEdc1uflAuNw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:02 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:02.711307', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:02.713238', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kb0owOJFaBr26dAB66BeZOanPU5HvYcLn3lrjSwHR5NhR5B0do0z."], ["remember_token", "EJj4o7uVx5qEc5gpPYOYIA=="], ["updated_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EJj4o7uVx5qEc5gpPYOYIA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:03 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:03.907928', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:03.909670', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BxJqsk4xOvZ2wMv5kRW6qe26/KaMb8Jma3xL0F5cOt/QS60DKuyP."], ["remember_token", "SHSq5gZapKrCzXfivexQAg=="], ["updated_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SHSq5gZapKrCzXfivexQAg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:04 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:05.100728', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:05.102488', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$putHV2M7io9cdMTNtBQ9/edlSmiwsvMuM9bDoNH6yrytSjEq76h5m"], ["remember_token", "qz9PeNZOHGt-EGqCcnscAw=="], ["updated_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 341ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qz9PeNZOHGt-EGqCcnscAw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:05 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:06.416186', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:06.418680', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$0mumdEycM0cRHqnNdnSrlObDavg8.yHlIAQKgRFTfk.S1P..g6jY6"], ["remember_token", "vsx51GwOnFfZHWbv4EIchw=="], ["updated_at", Thu, 20 Mar 2014 05:31:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 334ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vsx51GwOnFfZHWbv4EIchw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:07.638355', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:07.640193', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Dr71evkhQJ0bj9Xi7kzMPukv4Uz4ZZCrE08AauWJs6piuewzhBoKW"], ["remember_token", "oxETyAc00Yqr2LBA_xDC9w=="], ["updated_at", Thu, 20 Mar 2014 05:31:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 331ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oxETyAc00Yqr2LBA_xDC9w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 05:31:08 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:08.837986', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 05:31:08.839595', "position" = 2 WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3LxFJeIuU/n9eBkUBz2LyOdKGi1h5HxQNsRgtlc5Yi6OvNd5GZEJS"], ["remember_token", "s4iWig98G5COfAkSh2BoSA=="], ["updated_at", Thu, 20 Mar 2014 05:31:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 353ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 's4iWig98G5COfAkSh2BoSA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Wed Mar 19 23:31:09 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 's4iWig98G5COfAkSh2BoSA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (8.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (14.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 39ms (Views: 33.0ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (152.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.8ms)
Completed 200 OK in 165ms (Views: 162.7ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$i5PGllj2TJn4CfXfTPsVxO93UGGPjIjtbBaxqPX9bD1U60F8B6YyW"], ["remember_token", "t7pOXeCinNEs_RVL2N3eBA=="], ["updated_at", Thu, 20 Mar 2014 05:31:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 360ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't7pOXeCinNEs_RVL2N3eBA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 31ms (Views: 26.4ms | ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Wed Mar 19 23:31:10 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't7pOXeCinNEs_RVL2N3eBA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (11.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 37ms (Views: 32.2ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:31:10 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't7pOXeCinNEs_RVL2N3eBA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (116.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 153ms (Views: 143.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (7.3ms)
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$SiamdE0WDWTaXqqTi/.WQe9Et9lErcxl4gScwQF6OctpqkiitUSoW"], ["remember_token", "NbsO3udhSvVVsYo6qeHzMg=="], ["updated_at", Thu, 20 Mar 2014 05:31:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 390ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NbsO3udhSvVVsYo6qeHzMg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Wed Mar 19 23:31:11 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NbsO3udhSvVVsYo6qeHzMg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 32ms (Views: 29.1ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:31:11 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NbsO3udhSvVVsYo6qeHzMg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (16.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 50ms (Views: 36.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.1ms)
Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XUYCLqkNOkwv6lWGFj14setC0bQPX./80I2PbSDZ5i/nBOTzq6MBy"], ["remember_token", "ZpX5Z-lKHA2lD4kQwzrkzw=="], ["updated_at", Thu, 20 Mar 2014 05:31:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 347ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZpX5Z-lKHA2lD4kQwzrkzw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 25ms (Views: 18.7ms | ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Wed Mar 19 23:31:12 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZpX5Z-lKHA2lD4kQwzrkzw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (168.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 200ms (Views: 192.7ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:31:12 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZpX5Z-lKHA2lD4kQwzrkzw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:13 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:13 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 235ms (ActiveRecord: 0.9ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Wed Mar 19 23:31:13 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZpX5Z-lKHA2lD4kQwzrkzw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 34ms (Views: 26.9ms | ActiveRecord: 0.3ms)
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Wed Mar 19 23:31:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.7ms)
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WCY5pjZQQuXmNM3S5ZcRB.ANMae8pz9b5cQM.yI8AHyDHs6Ssj4BO"], ["remember_token", "cGv56_5ZenIvvsRaTqxFpg=="], ["updated_at", Thu, 20 Mar 2014 05:31:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Wed Mar 19 23:31:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 353ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Wed Mar 19 23:31:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cGv56_5ZenIvvsRaTqxFpg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Wed Mar 19 23:31:14 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cGv56_5ZenIvvsRaTqxFpg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Wed Mar 19 23:31:14 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cGv56_5ZenIvvsRaTqxFpg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 166ms (ActiveRecord: 0.5ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Wed Mar 19 23:31:14 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cGv56_5ZenIvvsRaTqxFpg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (97.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 109ms (Views: 106.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "MVP Victor Camacho"], ["price", 1948], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-02-20 18:36:34.704301', "updated_at" = '2014-03-20 05:31:14.705127' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.3ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-02-20 18:36:34.704301' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Victor Doe"], ["price", 2680], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-03-03 20:13:18.713336', "updated_at" = '2014-03-20 05:31:14.713774' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.3ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-03-03 20:13:18.713336' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Sir Jose Lopez"], ["price", 3968], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-06-18 11:46:29.722212', "updated_at" = '2014-03-20 05:31:14.722570' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-06-18 11:46:29.722212' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "Bgr Transito Williams"], ["price", 1350], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-07-15 17:46:26.725853', "updated_at" = '2014-03-20 05:31:14.726231' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-07-15 17:46:26.725853' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur John Williams"], ["price", 4922], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-02-05 12:21:30.729568', "updated_at" = '2014-03-20 05:31:14.729888' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-02-05 12:21:30.729568' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Sir Emma Williams"], ["price", 2381], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-10-04 05:35:08.733098', "updated_at" = '2014-03-20 05:31:14.733423' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-10-04 05:35:08.733098' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Sean Roe"], ["price", 2626], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36m (0.2ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2011-04-27 09:35:17.738128', "updated_at" = '2014-03-20 05:31:14.738662' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-04-27 09:35:17.738128' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Transito Camacho"], ["price", 859], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-03-05 15:47:27.743328', "updated_at" = '2014-03-20 05:31:14.743664' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-03-05 15:47:27.743328' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "Sir John Roe"], ["price", 4620], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-06-30 06:34:34.747181', "updated_at" = '2014-03-20 05:31:14.747745' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-06-30 06:34:34.747181' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "MVP Ramon Gonzalez"], ["price", 3011], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-11-28 07:48:55.752594', "updated_at" = '2014-03-20 05:31:14.753003' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-11-28 07:48:55.752594' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 05:31:14 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.2ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (1.3ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (1.3ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.4ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.3ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.4ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.3ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (441.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.6ms)
Completed 200 OK in 474ms (Views: 472.9ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RM3Pd0U3QhJxzDmYq4.TbOVYSq2EFoD05Ih4BLZkGbTyGr80cqnsG"], ["remember_token", "_IlJTBF3xb3KJYQA0kEJ2g=="], ["updated_at", Thu, 20 Mar 2014 06:56:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 333ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_IlJTBF3xb3KJYQA0kEJ2g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (86.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 100ms (Views: 97.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:46 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_IlJTBF3xb3KJYQA0kEJ2g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (33.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 49ms (Views: 45.1ms | ActiveRecord: 0.7ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Z20TCCPTqYJAK8VLR4i3G.Bdx8TIiahPyzJx/HFD2qGC84.C0FNmq"], ["remember_token", "mWYBb8LNotE-0woYePag9Q=="], ["updated_at", Thu, 20 Mar 2014 06:56:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mWYBb8LNotE-0woYePag9Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mWYBb8LNotE-0woYePag9Q==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.6ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (9.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 94ms (Views: 91.1ms | ActiveRecord: 0.8ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$M7USAfw8vZAS92BMizKhrOHtMWJ4Oh/eHmLcVZA3eRmuKxxAWqSS2"], ["remember_token", "6qu0pHhQwz23a55EqIhYzw=="], ["updated_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6qu0pHhQwz23a55EqIhYzw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:47 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:47 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6qu0pHhQwz23a55EqIhYzw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (83.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 98ms (Views: 95.6ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$TeOmwuhqyvrDe8GTWqi6ge5BPxGUngfWefIIHW7766Fnhk2jjhPgS"], ["remember_token", "Qd83uFnUkzCmJy5uWEKpIg=="], ["updated_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Qd83uFnUkzCmJy5uWEKpIg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:48 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:48 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Qd83uFnUkzCmJy5uWEKpIg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (82.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 94ms (Views: 91.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CyzxGKzMt3TezANsCgUCSeKYFOnrbe4qGcYiIPkKwi7Cxbpll6og."], ["remember_token", "L_QkywhpUwyYDrKQc64tSg=="], ["updated_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'L_QkywhpUwyYDrKQc64tSg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:49 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'L_QkywhpUwyYDrKQc64tSg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (79.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 91ms (Views: 88.5ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ivTqOcGz2sZ4d7q/./mceeKPSX8Z5g3kHyuLH1S9iNx9FElq.9vv2"], ["remember_token", "VQve-GcLAZbXg3OjDwYKYg=="], ["updated_at", Thu, 20 Mar 2014 06:56:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VQve-GcLAZbXg3OjDwYKYg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:50 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:50 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 00:56:50 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VQve-GcLAZbXg3OjDwYKYg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (86.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (93.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 106ms (Views: 103.1ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xSl9Lz.1/g1FqeXVPDkx4eAXztBf7gi8DkVxYSMyxzK3rHyULvPPm"], ["remember_token", "IqW-mIVuBsRRdTIcAajrNg=="], ["updated_at", Thu, 20 Mar 2014 06:56:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IqW-mIVuBsRRdTIcAajrNg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:51 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:51 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 00:56:51 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IqW-mIVuBsRRdTIcAajrNg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (13.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:51 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"", "name"=>"", "category_ids"=>[""], "price"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IqW-mIVuBsRRdTIcAajrNg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (91.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 117ms (Views: 99.4ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mniwa7O2QmMYI/UPBminGu6sfrGGfvOHFnsTNmxFckyCTpBrAZRM2"], ["remember_token", "vEEU5krztuPEbr1UmsYfHQ=="], ["updated_at", Thu, 20 Mar 2014 06:56:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vEEU5krztuPEbr1UmsYfHQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vEEU5krztuPEbr1UmsYfHQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"", "name"=>"", "category_ids"=>[""], "price"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vEEU5krztuPEbr1UmsYfHQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (18.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 117ms (Views: 27.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6hYbEhm9dZceL/DOYSqlWuFA2zDQ/z/m7z6zoXL/bOgvy00gtvvQ2"], ["remember_token", "D6QkcZTFPAmEYXuua90akA=="], ["updated_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'D6QkcZTFPAmEYXuua90akA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'D6QkcZTFPAmEYXuua90akA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:52 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"a little longer text
", "name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'D6QkcZTFPAmEYXuua90akA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:52 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 108ms (Views: 16.6ms | ActiveRecord: 0.8ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nPYStb37luKgpoazZIvM7OrI02DLjFbiJ6B/D3MRc2j01k9dCjXEu"], ["remember_token", "FTrrs-ZdRkZj_8cUqqCq_w=="], ["updated_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FTrrs-ZdRkZj_8cUqqCq_w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (103.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 111ms (Views: 109.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 00:56:53 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FTrrs-ZdRkZj_8cUqqCq_w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (21.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:53 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"a little longer text
", "name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FTrrs-ZdRkZj_8cUqqCq_w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:53 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (12.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (113.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 148ms (Views: 130.7ms | ActiveRecord: 1.1ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$uVEVwFZ0n43IlIIJNsnGBOS3MA/LTle75lA73IywSMPmMz1UdN7Rm"], ["remember_token", "5SypDnO8Dpy9PzjEGymq2Q=="], ["updated_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5SypDnO8Dpy9PzjEGymq2Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:54 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 00:56:54 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5SypDnO8Dpy9PzjEGymq2Q==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.3ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (12.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (93.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 106ms (Views: 102.3ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Oh3TsiY5z.tN79ioMOQgluiKnUOcwW7YyKXJO2FLlGpw7DSMWc8CG"], ["remember_token", "U30mOfjbJ1-rYxsZ5IHzlg=="], ["updated_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'U30mOfjbJ1-rYxsZ5IHzlg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:55 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 00:56:55 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'U30mOfjbJ1-rYxsZ5IHzlg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (96.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 112ms (Views: 106.1ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:55 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"a little longer text
", "name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5"}, "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'U30mOfjbJ1-rYxsZ5IHzlg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:56:55.695901', "name" = 'product name', "price" = '855.5', "description" = 'a little longer text
' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 26ms (Views: 13.6ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$juqgZpw6X45/XNneQfpvze7vN/hKmDjxRvQQ.sr3wtH7osR7l5fm."], ["remember_token", "N6D8t0SWk7zKvY_uRkF04Q=="], ["updated_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'N6D8t0SWk7zKvY_uRkF04Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 00:56:56 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'N6D8t0SWk7zKvY_uRkF04Q==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (78.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (82.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 95ms (Views: 91.4ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:56 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"this is a little longer description, can be very long", "name"=>"very little description", "category_ids"=>["", "1"], "price"=>"12392.2"}, "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'N6D8t0SWk7zKvY_uRkF04Q==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 23ms (Views: 13.2ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$evfxoo4q6.rbDZqDOaYV7O/MKJB4H0ABIrMJDGKTvv2M0/i.an8uu"], ["remember_token", "aXII1snlGJPl-44Hwg2F8g=="], ["updated_at", Thu, 20 Mar 2014 06:56:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aXII1snlGJPl-44Hwg2F8g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aXII1snlGJPl-44Hwg2F8g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (14.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"this is a little longer description, can be very long", "name"=>"", "category_ids"=>["", "1"], "price"=>""}, "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aXII1snlGJPl-44Hwg2F8g==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.4ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (16.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 167ms (Views: 25.0ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 86ms (Views: 85.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$UKULlW.pGARKKMV3yZ4iqeuVYsy8JrLIq/dmEN32YMUEi6d4qknbK"], ["remember_token", "ixz_i8cGJ1_bXLPeoc3X3w=="], ["updated_at", Thu, 20 Mar 2014 06:56:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ixz_i8cGJ1_bXLPeoc3X3w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 00:56:58 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ixz_i8cGJ1_bXLPeoc3X3w==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 96ms (Views: 92.3ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 00:56:58 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"description"=>"this is a little longer description, can be very long", "name"=>"", "category_ids"=>["", "1"], "price"=>""}, "id"=>"1"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ixz_i8cGJ1_bXLPeoc3X3w==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.1ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 49ms (Views: 24.3ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$iLvBybXJ0uZbfK8LVXRX5.RV99iw4rsQvtK9gpj88bEDMQHlkrliu"], ["remember_token", "xx5ehtSX5s0nSKW3wM1iyw=="], ["updated_at", Thu, 20 Mar 2014 06:56:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xx5ehtSX5s0nSKW3wM1iyw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xx5ehtSX5s0nSKW3wM1iyw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (78.0ms)
Completed 200 OK in 85ms (Views: 83.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$00WJmQnwZ0YkXarku0dORuAMM73ldj/gWuFIvlDjGv71inpDLYfWC"], ["remember_token", "VShJVrP09Fh5BiRrFmOIdg=="], ["updated_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VShJVrP09Fh5BiRrFmOIdg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VShJVrP09Fh5BiRrFmOIdg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 06:56:59 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:56:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$SSALIVAGjcGjqcOmS/KTPuE2GQ8O5useiipEPC67SF541e9t0.fvu"], ["remember_token", "CRgbRgSDn460YL6jE97eYQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 384ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'CRgbRgSDn460YL6jE97eYQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'CRgbRgSDn460YL6jE97eYQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (77.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.8ms)
Completed 200 OK in 85ms (Views: 84.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (80.4ms)
Completed 200 OK in 86ms (Views: 85.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1JBVlWHT8EbscLcPESGmTe5LAPhkK9cljZwTt4dRqlBNy4lQCVOB."], ["remember_token", "50zA8ICbFuG5dVyiShjK7g=="], ["updated_at", Thu, 20 Mar 2014 06:57:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '50zA8ICbFuG5dVyiShjK7g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$b1iuHm8yz73PDDXRHJTAoOFBLXKnIrhH9CPP0qgkCAeKH6.3a5lvq"], ["remember_token", "wkQLA2VpIuJYv2YEOYCWRg=="], ["updated_at", Thu, 20 Mar 2014 06:57:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wkQLA2VpIuJYv2YEOYCWRg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DDCbYVoJ14GengiAQ4o4e./ZPOD9JDLLf6mE0ekiD0/1K6IGqqzei"], ["remember_token", "6tSxtrCagvJs4qUplahaSQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6tSxtrCagvJs4qUplahaSQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xDXfnpSpyeaVDD6FcOzJROA1LaLegWEcelBc5h/6hsHVPJtk9NUVi"], ["remember_token", "B5jcWBwnutKEPM7m5MvTxQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'B5jcWBwnutKEPM7m5MvTxQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VadrXlXsJVp0Cs.h87GgSehYgqqHh2NB4i3wrYK6aO.sK8v6814pW"], ["remember_token", "ekbxOduqZmRcp_Eqn__6Rg=="], ["updated_at", Thu, 20 Mar 2014 06:57:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ekbxOduqZmRcp_Eqn__6Rg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 00:57:04 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ekbxOduqZmRcp_Eqn__6Rg==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 20ms (Views: 16.3ms | ActiveRecord: 0.4ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:04 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 06:57:04 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$8fgcvQ3V2oxp7mUUF/vLeO43uQwyhVihMxhKPvvSI.UJu5lbANXzm"], ["remember_token", "EuLqkW4h_y8WsHQ8NdXaeA=="], ["updated_at", Thu, 20 Mar 2014 06:57:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EuLqkW4h_y8WsHQ8NdXaeA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 00:57:05 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EuLqkW4h_y8WsHQ8NdXaeA==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:05 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 06:57:05 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 79ms (Views: 78.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BBJuiX9LH37GA1hQU8lwYeexw/PQuFPTVAPRNTZb/y7Y6ARTsgIBO"], ["remember_token", "Y9ulsfQdG_KlueYTX6yaCQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Y9ulsfQdG_KlueYTX6yaCQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 00:57:06 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Y9ulsfQdG_KlueYTX6yaCQ==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.0ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 22ms (Views: 17.0ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZzlY6sMlNBijC2nnHwfR6e.rBw77BGtWEYt7OA0aps8rKAAuZXHUG"], ["remember_token", "oWGT5qUh2ZPxtgUISgpdqg=="], ["updated_at", Thu, 20 Mar 2014 06:57:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oWGT5qUh2ZPxtgUISgpdqg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oWGT5qUh2ZPxtgUISgpdqg==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.0ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$a6rd24CrOhXMALEpwEqJ6OCEyJw8x43NtVhPjS8KiePu.1R.2n0my"], ["remember_token", "3WydlgMD2X4TD6cgZL6iAg=="], ["updated_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3WydlgMD2X4TD6cgZL6iAg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 06:57:07 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 00:57:07 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3WydlgMD2X4TD6cgZL6iAg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:10 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$xqDW9IhB1gdB/beyNGSiGuASGjSu8bDEIoLr5dwlP6GthHSm455fW"], ["remember_token", "krFQw0gSDGdbQCj0mAwkwg=="], ["updated_at", Thu, 20 Mar 2014 06:57:10 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:11 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$LYxPhgZVZdGks.hAwAC4bOY6q.Ng6m/VFh4vkGnuRCEKtJvP21SVu"], ["remember_token", "7xp_la_RNJ8lq11EGL540A=="], ["updated_at", Thu, 20 Mar 2014 06:57:11 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:12 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$04uBvli18hb1TanGOr6V1.KiQmgUBHdTL54XteBEmYZ8eJbIv56Be"], ["remember_token", "vhZOmIx36RlDiMfHuiYPcA=="], ["updated_at", Thu, 20 Mar 2014 06:57:12 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:12 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$f9PViG33ZlGDVNTdph5rGecK6WI20X1VkY08h5uXaf7cAmTgRmOOG"], ["remember_token", "IP3agq-yqT9-EFivFcA4uA=="], ["updated_at", Thu, 20 Mar 2014 06:57:12 UTC +00:00]]
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (84.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 91ms (Views: 90.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$425CgdfrFirfrwN/wJaVP.3SCrpr3zy/GqXY7YmaZjKyeoQ/9TaAi"], ["remember_token", "o91zItpNSXW_tOZDDujgwQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'o91zItpNSXW_tOZDDujgwQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:16 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:16 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 00:57:16 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'o91zItpNSXW_tOZDDujgwQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:16 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 81ms (Views: 80.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$J1hQLPQfntY59Md5TpFgbeTqBShszTsK/1erPYIs7eA0pLNBLinxu"], ["remember_token", "kxKi2TjR3Wr3zK-TVxu5_Q=="], ["updated_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:17 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kxKi2TjR3Wr3zK-TVxu5_Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:17 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nMghzIAn4G70wwIHfGlkx.u9zr/3.kdcrAjtFN52TFMvZ1RPFTcZK"], ["remember_token", "NVIPdP4s_vecD2PyYT9WIg=="], ["updated_at", Thu, 20 Mar 2014 06:57:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NVIPdP4s_vecD2PyYT9WIg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 93ms (Views: 14.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5R8Bi61SIPY6EyXi.ZGdW.UQM8u3WtKESsLUj1j.cKIEjXGnrtdoK"], ["remember_token", "gtlQm1Lu1H-LHnAb-OtDkw=="], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gtlQm1Lu1H-LHnAb-OtDkw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (83.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:18 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RJ5wSiUsLSSYxYVB/UaBIeEkT0pDvYTXLYPzRgEzyyOGAMn4SECba"], ["remember_token", "cjbosi_HN6DnLTSujnXDiw=="], ["updated_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:19 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cjbosi_HN6DnLTSujnXDiw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (83.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 91ms (Views: 89.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:19 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:19.751690', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:19.753301', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:19 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Wgg00h5o2aXqxDRCcgW6Aefou/d.X4GITLPl6//pm7LUzu1WWq2vO"], ["remember_token", "jONVEdGZLbAOi1UllH16Dg=="], ["updated_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:20 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jONVEdGZLbAOi1UllH16Dg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 87ms (Views: 85.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:20.534086', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:20.535724', "position" = 2 WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zbMZr8NdmIrRp/KX50UuJ.bGfXUMKpe9qr5wB/jec/mArSUZHG1z."], ["remember_token", "ECGio-2rwSzeLHIG5nbPnw=="], ["updated_at", Thu, 20 Mar 2014 06:57:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ECGio-2rwSzeLHIG5nbPnw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:21.296549', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:21.298026', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2rfD7chMQuicBGhy/qp/ueSPOOKoY5BIlvxzBeteLZKR2GasIc3QW"], ["remember_token", "SYrojWubR42btan2esla0Q=="], ["updated_at", Thu, 20 Mar 2014 06:57:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SYrojWubR42btan2esla0Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (85.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 92ms (Views: 90.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:22.068963', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:22.070611', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$M8vk3kAEMfrV9cxWz/02nuF01G4t7o9h5mD3lKpNSXpYSn1wyZUWC"], ["remember_token", "idi-sagLOP_LpaVoRT09zg=="], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'idi-sagLOP_LpaVoRT09zg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 86ms (Views: 84.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:22 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:22.829076', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:22.830504', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CQFrUoc5EaGPvNSSQdqUKO5mpGllfCjT5TvfiGfOUn815zbRUyE8."], ["remember_token", "f0x5X14-_wgAczX0lhesTg=="], ["updated_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f0x5X14-_wgAczX0lhesTg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (89.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 97ms (Views: 95.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:23.612506', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:23.614264', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:23.618502', "position" = 1 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:23.620225', "position" = 2 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$snulgmAdCgWGoHv9LuIDyO0MYXeE2XDuEnrzzbxUrEAeCtAqmr3k6"], ["remember_token", "wSBDiGOwlxrcpvnIQP0pow=="], ["updated_at", Thu, 20 Mar 2014 06:57:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wSBDiGOwlxrcpvnIQP0pow==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:24.391578', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:24.392997', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wgl1OWtXowafHnNIGUHKbuevLE4N7iSVFOC36Nat7ZpC0NkJOVk6O"], ["remember_token", "YautgfCiMNk2DJxtuHQXww=="], ["updated_at", Thu, 20 Mar 2014 06:57:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YautgfCiMNk2DJxtuHQXww==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 83.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:25.160426', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:25.161828', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ihe9qimc1F4UDpUPbTepw.hvKd0BjmDOezkKKYAa/PaTCJNCHamGO"], ["remember_token", "qcH1RPAineMgV6RF3XTr3g=="], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qcH1RPAineMgV6RF3XTr3g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:25 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:25.928114', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:25.929551', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XYritYWBCgv47vLOuT6qnufz6EVKAuTEk.CURSJOaz/fSTWr.tzi6"], ["remember_token", "fNuB_S44qfieumAk3D5hrA=="], ["updated_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fNuB_S44qfieumAk3D5hrA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:26 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:26.694246', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:26.695652', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cmtt2WZTpLaXJX2wtg2m5O84c8nEzydBZ.2YkCzKnxoEDS5WKYKom"], ["remember_token", "513k9dOtKwt94GaMM_QMmA=="], ["updated_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '513k9dOtKwt94GaMM_QMmA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 88ms (Views: 86.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:27.457511', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:27.459134', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:27.463103', "position" = 3 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:27.464452', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Jeqj3ndrD4bCAsGStGXwou/1Si.WDF6KjrNpXBEOQZICqmnkiHZ8a"], ["remember_token", "NRJ_SFst1QFupKEjT2W5lw=="], ["updated_at", Thu, 20 Mar 2014 06:57:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NRJ_SFst1QFupKEjT2W5lw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (85.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 92ms (Views: 90.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:28.237079', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 06:57:28.238584', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$t125J34zwRi284lviif6Be/k3ribtXMapnihOvuzrstPSSKNPl2r."], ["remember_token", "rgWimEUqWP5b-pf4xZIvlQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'rgWimEUqWP5b-pf4xZIvlQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (85.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 92ms (Views: 90.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 00:57:28 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'rgWimEUqWP5b-pf4xZIvlQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 13.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5cJlQvISjYk3307VGbNOK.OgvZaAx6sj6sYjnUiFTqiW7REvUL28K"], ["remember_token", "UDwhFLTfaviQ141tnSxHXw=="], ["updated_at", Thu, 20 Mar 2014 06:57:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UDwhFLTfaviQ141tnSxHXw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UDwhFLTfaviQ141tnSxHXw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 93ms (Views: 12.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UDwhFLTfaviQ141tnSxHXw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Hca2H67YPg7KVNqecjkCiOoA4hLh3L89LvWi975jPwcRdA1FevOmO"], ["remember_token", "GNvHFT5gE77UOCa35qvdsQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GNvHFT5gE77UOCa35qvdsQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GNvHFT5gE77UOCa35qvdsQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GNvHFT5gE77UOCa35qvdsQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 20ms (Views: 13.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 83ms (Views: 82.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$UI37Ah8JkuBWQhjDlVL3zOzqRd.BhHZ1dR4.i1mduNGXtdTPOz8LO"], ["remember_token", "gKAAT3KgG8hIQBX-DA7QWA=="], ["updated_at", Thu, 20 Mar 2014 06:57:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gKAAT3KgG8hIQBX-DA7QWA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gKAAT3KgG8hIQBX-DA7QWA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#>}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gKAAT3KgG8hIQBX-DA7QWA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:31 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 18ms (ActiveRecord: 1.1ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gKAAT3KgG8hIQBX-DA7QWA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Dr1AcabFsbrdB.v8LY690uhFef1I0SGQ4BAVjWmGuA/MZjLcect5y"], ["remember_token", "UQZzpen4MWZeOex9w9SoeQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UQZzpen4MWZeOex9w9SoeQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UQZzpen4MWZeOex9w9SoeQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (86.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 96ms (Views: 93.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#>}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UQZzpen4MWZeOex9w9SoeQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UQZzpen4MWZeOex9w9SoeQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kqLcmoAxD7srqB9.ZxAUv.9K7nzEZWF8gDOSIJjGSQdDQIVJUc2JW"], ["remember_token", "efRRzcFvgxroWFKsWeHfUQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'efRRzcFvgxroWFKsWeHfUQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (77.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 88ms (Views: 86.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:32 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'efRRzcFvgxroWFKsWeHfUQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:32 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eKHo5uYq9nGihtE5xm85MuI7gxM663aydR7OjKl39ET3ScV.Cssba"], ["remember_token", "ymkfdMUJVinCgqVockvLHg=="], ["updated_at", Thu, 20 Mar 2014 06:57:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ymkfdMUJVinCgqVockvLHg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 86ms (Views: 84.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:33 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ymkfdMUJVinCgqVockvLHg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:33 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$SCZu0jGZ6KEicxmg1ySbyeN.wjOoC/bK7ASiqdclDADO0z8YRqpYq"], ["remember_token", "G29dhVYahs6f_HUTUQB7wQ=="], ["updated_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'G29dhVYahs6f_HUTUQB7wQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 87.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:34 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'G29dhVYahs6f_HUTUQB7wQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.1ms)
Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sw5Et.i2YKxZ/8qFFXbrKuoaJYszFsJ7U1DlhohxvlbTP5Jm.a2xS"], ["remember_token", "FobEdXTR0thtOoz3jgB0wA=="], ["updated_at", Thu, 20 Mar 2014 06:57:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FobEdXTR0thtOoz3jgB0wA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (76.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 88ms (Views: 86.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FobEdXTR0thtOoz3jgB0wA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 16ms (Views: 13.0ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$X8GQJCxvCp2r4JACSbi11eF2LP3fljqyPZDnowvjp3ApBiXHvwJ.y"], ["remember_token", "kQNj3HYPKXNzSi23bMjVnA=="], ["updated_at", Thu, 20 Mar 2014 06:57:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kQNj3HYPKXNzSi23bMjVnA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 00:57:35 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kQNj3HYPKXNzSi23bMjVnA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 89ms (Views: 12.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "MVP Jane Williams"], ["price", 1405], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.059304', "created_at" = '2013-07-14 07:25:07.058509' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-07-14 07:25:07.058509' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Bgr Victor Holmes"], ["price", 1467], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.063209', "created_at" = '2012-02-10 04:25:18.062880' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-02-10 04:25:18.062880' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Bgr Victor Williams"], ["price", 3741], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.066598', "created_at" = '2012-03-05 22:10:16.066297' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-03-05 22:10:16.066297' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "MVP Jose Gonzalez"], ["price", 642], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.069879', "created_at" = '2012-03-25 16:19:25.069578' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-03-25 16:19:25.069578' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Victor Gonzalez"], ["price", 3780], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.073143', "created_at" = '2013-09-25 04:58:52.072849' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-09-25 04:58:52.072849' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Williams"], ["price", 19], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.076374', "created_at" = '2013-07-20 07:43:39.076080' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-07-20 07:43:39.076080' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "CEO Katy Camacho"], ["price", 1340], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.079796', "created_at" = '2012-09-03 06:07:25.079486' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-09-03 06:07:25.079486' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "MVP Ramon Roe"], ["price", 4335], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.083048', "created_at" = '2013-04-15 07:11:48.082752' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-04-15 07:11:48.082752' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "CEO Emma Roe"], ["price", 2172], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.086344', "created_at" = '2013-03-10 22:12:40.086040' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-03-10 22:12:40.086040' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "MVP Sean Doe"], ["price", 4443], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 06:57:36.090752', "created_at" = '2011-10-25 03:19:03.090386' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-10-25 03:19:03.090386' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 06:57:36 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
Connecting to database specified by database.yml
Connecting to database specified by database.yml
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:35 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$77ZLyPvLJpN67oi5xOhvQO0jnxYhnQbEA9G0JCLhEN2BBKvpGP5B6"], ["remember_token", "2jGfZO16cBeceW3wNgmtIg=="], ["updated_at", Thu, 20 Mar 2014 08:00:35 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:36 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$.ObtEf1VPGPWWDVuwouzjeRGleSmLNULoQlrEHxY4Na5OgsIO5/qm"], ["remember_token", "5belzExqF4IY3r-yVuCCnQ=="], ["updated_at", Thu, 20 Mar 2014 08:00:36 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:36 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$pUfJRmALekdrLBAQF/bEcOQFl4TVSHIjKI6ZMtc7O0l.x1aZISS9S"], ["remember_token", "aCBSAe9RLR2XU_Ht-aWO4Q=="], ["updated_at", Thu, 20 Mar 2014 08:00:36 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:38 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$XxK6pfw3B5OxOyZgB7nFJ.VpF.Cvb8r06h/MTdSvzERtbPvzAExfa"], ["remember_token", "_HfULWyGFxLW4PAzmfz1ww=="], ["updated_at", Thu, 20 Mar 2014 08:00:38 UTC +00:00]]
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5Z0IdkUyaEAn8apsTnrZ/eg3Nts9jI3DkCH7HQjFnDP2pxTCe/91a"], ["remember_token", "t4N1Vh6sUiqNPL3elprADw=="], ["updated_at", Thu, 20 Mar 2014 08:00:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't4N1Vh6sUiqNPL3elprADw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:00:39 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't4N1Vh6sUiqNPL3elprADw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.ykJnz6K4pFSEw7zfM8tHugWM8rrE7IgLBo2bmU0g7DJRoGJljUsy"], ["remember_token", "KXomD4WMkmAYyyX6waOOZw=="], ["updated_at", Thu, 20 Mar 2014 08:00:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KXomD4WMkmAYyyX6waOOZw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KXomD4WMkmAYyyX6waOOZw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KXomD4WMkmAYyyX6waOOZw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (73.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (76.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 91ms (Views: 84.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HEtgENn2lFfwrnCoUX8OQOGtXLiQA4SRWgOxaahEMBSfP1i8kZkBC"], ["remember_token", "k6gC7P9IKeG2ZAnQTtXMRg=="], ["updated_at", Thu, 20 Mar 2014 08:00:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'k6gC7P9IKeG2ZAnQTtXMRg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:00:40 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'k6gC7P9IKeG2ZAnQTtXMRg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'k6gC7P9IKeG2ZAnQTtXMRg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 20ms (Views: 13.9ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XlPO4g8TySm79AAV42KyAeupiC55uIPESUrEtWcZIrScZ6suW6dWG"], ["remember_token", "MbbJHUWtTTqpIzquzWOvtA=="], ["updated_at", Thu, 20 Mar 2014 08:00:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MbbJHUWtTTqpIzquzWOvtA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (75.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MbbJHUWtTTqpIzquzWOvtA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MbbJHUWtTTqpIzquzWOvtA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:41 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 137ms (ActiveRecord: 0.5ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MbbJHUWtTTqpIzquzWOvtA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 80ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dGGN4Hf2hsDMaGUpxbWd1OAzh/PiA4Ot807wVCoJIbkZMzDXQdP.O"], ["remember_token", "Ggv0MxQdIPhVqyMuOXA25w=="], ["updated_at", Thu, 20 Mar 2014 08:00:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ggv0MxQdIPhVqyMuOXA25w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ggv0MxQdIPhVqyMuOXA25w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ggv0MxQdIPhVqyMuOXA25w==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:42 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 207ms (ActiveRecord: 0.5ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ggv0MxQdIPhVqyMuOXA25w==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wLbuiG2VTQnIkHSWPIMlUOB6E5i0/jjhmJljRPNoxT.5okp9hpOWy"], ["remember_token", "TbvaKRSruQjPuJjLPEk07g=="], ["updated_at", Thu, 20 Mar 2014 08:00:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TbvaKRSruQjPuJjLPEk07g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:43 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:00:43 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TbvaKRSruQjPuJjLPEk07g==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 86ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1eZwFLrc916hUxVXO.kkcu/pQFQ063jyDQG8zx1GFZvP2bV72ajR6"], ["remember_token", "zhn-IjMMqILjiiOGgX4tkg=="], ["updated_at", Thu, 20 Mar 2014 08:00:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zhn-IjMMqILjiiOGgX4tkg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:44 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (72.0ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$8oFt.W./rwy6d5iXhsPl9.PHlPd7niJBC5Pf1q/lC.oJNywlyjDEG"], ["remember_token", "yglNk83gjzp1HxT-UqmcEw=="], ["updated_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yglNk83gjzp1HxT-UqmcEw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:45 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XfeNM0nqEShSd3uAp94IwuzGYN4Cfd7PRBVNt.tSjCWAR0cBKdYEG"], ["remember_token", "14bMJqyWBslEzYKMCzgC0w=="], ["updated_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 332ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '14bMJqyWBslEzYKMCzgC0w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:46 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7X4Bk.rtPqxf26gsdfTiHuzzmMd6GsTfIhhxC9jEopSwMmbJrTLay"], ["remember_token", "3mG77rcWr0IXNgOFxWi9nA=="], ["updated_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3mG77rcWr0IXNgOFxWi9nA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:48 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:48.109407' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:48.111533' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.9ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.4ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3907akBWFz/2xoToNxHneeppSnBmK1OGySrKXJ2yfIuXJmHoTiSgi"], ["remember_token", "seCI4A3zzx45cGCdl6FErg=="], ["updated_at", Thu, 20 Mar 2014 08:00:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 333ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'seCI4A3zzx45cGCdl6FErg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:49.444859' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:49.451480' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$bPpOiB3qWvtqwlTIA6aaw.VPnnvjkNXcF9whPznlyR5aZwPqPb9Eu"], ["remember_token", "rUMIoSbTSGpXUHewkmAviA=="], ["updated_at", Thu, 20 Mar 2014 08:00:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'rUMIoSbTSGpXUHewkmAviA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:50 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:50.655097' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:50.657494' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1w5LMStsH4qEP/BIgdo8RuEl2JaNnXa6ajThphfBJIDZ9oVKKUKF."], ["remember_token", "qL3TWvz2Tdszp74Cy1EMMQ=="], ["updated_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qL3TWvz2Tdszp74Cy1EMMQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:51 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:51.891890' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:51.893456' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:00:51.897623' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:51.898996' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.vuwnqeN5gpiY8CvKm7ZO.A32NsNd.7eTl7LcglWDKeVsu4ireHWy"], ["remember_token", "dLAgHn0xzbCFzAMlSTQv-w=="], ["updated_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dLAgHn0xzbCFzAMlSTQv-w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:53.045008' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:53.046427' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Q7Mr.AFNQtJsi.PGvPqYHOZOhKV1moN5xHFQ8QdvB4F76LZPLXVm."], ["remember_token", "27CvfdiTq8U5hw9V9d6a3w=="], ["updated_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '27CvfdiTq8U5hw9V9d6a3w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:54.176085' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.2ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:54.178812' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XiJQU.BiaQYjx/55/tI7BeYEtFxd3i95KTX9Z.fjGJzHWWzPq0GLW"], ["remember_token", "FY6a7efsqbKPraY5E5nhbw=="], ["updated_at", Thu, 20 Mar 2014 08:00:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FY6a7efsqbKPraY5E5nhbw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:55.407638' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:55.410280' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ysZXFcwi/1JblBk7vL3CCuBaIi0etlhzL7eQPkDTJ2AOTisFwwewW"], ["remember_token", "O1fg7Ze1Lhv5MeTKzJT-Pg=="], ["updated_at", Thu, 20 Mar 2014 08:00:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 383ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'O1fg7Ze1Lhv5MeTKzJT-Pg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:56.522938' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:56.524366' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:00:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6Y55TXx/PJo3PgOmLbY2VOUAGSWXFM6MRPIMsLZQBq8zQRQUxM6YC"], ["remember_token", "tIDmPKBt8qN9roXHmr6VWw=="], ["updated_at", Thu, 20 Mar 2014 08:00:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:00:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 388ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:00:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tIDmPKBt8qN9roXHmr6VWw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:00:57 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:57.655051' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:57.656479' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:00:57.660029' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:00:57.661460' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (1.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.6ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.5ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.4ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.4ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.3ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (210.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.0ms)
Completed 200 OK in 299ms (Views: 298.0ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.9ms)
Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eoZULdhO5an2z.AJa1JQn.EIASsMU8bsWSmSkk/l7dFThXf2TCt3S"], ["remember_token", "eCylTByMPfM-mK_m5M7Fxg=="], ["updated_at", Thu, 20 Mar 2014 08:11:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eCylTByMPfM-mK_m5M7Fxg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 88ms (Views: 86.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XBrXrUGtbd4QbRHKyPdWR.bbcW/8WdVve2DOWyNLUsANn.IJpMHu6"], ["remember_token", "R7mkc9n6vGAhzc2Cc7v1cA=="], ["updated_at", Thu, 20 Mar 2014 08:11:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R7mkc9n6vGAhzc2Cc7v1cA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$jxU0PAzOmRTfsmpP5KE4MOFSsxmA0UoVrauf0etHKFYMMOJ/DMMtC"], ["remember_token", "M8evkMA5eDVB0xRvUZCytg=="], ["updated_at", Thu, 20 Mar 2014 08:11:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'M8evkMA5eDVB0xRvUZCytg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:11:26 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LTEh3VBNT2iPwxrxiuTQ..7rrNFABMSx/BJZq7Mtke1QbqanuRc9W"], ["remember_token", "zg9Mm2k97l74gl6dNFljOw=="], ["updated_at", Thu, 20 Mar 2014 08:11:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zg9Mm2k97l74gl6dNFljOw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:11:27 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$bemNSNjJcdcB5oD5UfLZiOaKyHFnB3H3UrDyUUO/We/DuMsggoTDa"], ["remember_token", "Tb01UEJNjrsqPBkLOb2ERw=="], ["updated_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Tb01UEJNjrsqPBkLOb2ERw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.2ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7N14x8gSs3LC2WE0TSB7wu8Dt..A59oyusk3BfCKyJet8K8glZnG2"], ["remember_token", "8WJNHgcH9Nax6uEjOpqnWg=="], ["updated_at", Thu, 20 Mar 2014 08:11:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8WJNHgcH9Nax6uEjOpqnWg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (74.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 81ms (Views: 79.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$e8CqdUtWIavWx.hEYIc2kO4m8qvRU.0Qz/UVd8owpNUz/qnS95aLS"], ["remember_token", "UfjI4b1wB6GW5-1f7INMxA=="], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UfjI4b1wB6GW5-1f7INMxA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:29 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$iBsxT8nUAE2bK9E7D00EWeXZCg./BMVyVmd5Xn2LaoOhdLpLm7vRW"], ["remember_token", "LItKIYrJ0nwDZrDcKcy-4g=="], ["updated_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LItKIYrJ0nwDZrDcKcy-4g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:30.644037' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:30.646090' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$olrd1IHwpkiGVynKXu2FE.lSqZ16YBNHZ7IaSRHcZHU4yIHHiBbTi"], ["remember_token", "141IFeNKihEiBME9OEOKlA=="], ["updated_at", Thu, 20 Mar 2014 08:11:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '141IFeNKihEiBME9OEOKlA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:31.426762' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:31.428395' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.0ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$whdOTwxlfs3tuHLi.JLBF.awwBrE.CJ8DqIx4x5SvYwB7WpZUz5Jy"], ["remember_token", "0NR9l9Cw1wKP7XOGWJSABg=="], ["updated_at", Thu, 20 Mar 2014 08:11:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0NR9l9Cw1wKP7XOGWJSABg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 26ms (Views: 21.2ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:32.260268' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:32.262601' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$373Bih5dZtRkRC/3QgUeieorJh4wIv/oY9HfN71kVd54rJ3ItEEva"], ["remember_token", "fFVn0UsQpTBfZObWv3BR4g=="], ["updated_at", Thu, 20 Mar 2014 08:11:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fFVn0UsQpTBfZObWv3BR4g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:33.036981' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:33.038367' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$uzTZAjbfv8njgdXD2bFKYecPQRXze3Acyglcl84jhLqQ/jU0t75oi"], ["remember_token", "EwE7XYup9tHa7wvn_KrO4w=="], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EwE7XYup9tHa7wvn_KrO4w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:33 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:33.820390' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:33.821777' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:11:33.825937' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:33.827280' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hlrBq/cJuDZ72xrKvnyEm.LWuYcsTURS6L5CSxEsknpn7s2/Z.nCy"], ["remember_token", "cHMhB4mcTo1ccm3VOP75Vg=="], ["updated_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 357ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cHMhB4mcTo1ccm3VOP75Vg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 17ms (Views: 11.7ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:34 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:34.679087' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:34.680857' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 13ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$M1TaNkVkP12rjm7ILSrTJeUrb.34v.WW23yG7jgLZscXRAcnj4HLW"], ["remember_token", "enoWVRaQ1ezbOMANpS586g=="], ["updated_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 362ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'enoWVRaQ1ezbOMANpS586g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:35.621563' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:35.624422' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.7ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DpAM91JifKTLWGJ6MsNN0eHraj/IIDFVPDx98OspQ3.BgQRg08Eb."], ["remember_token", "96W7YX-MLFnQ7-z8WlMzeg=="], ["updated_at", Thu, 20 Mar 2014 08:11:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '96W7YX-MLFnQ7-z8WlMzeg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:36.463478' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:36.465951' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.7ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xTYYDyUuR5XxMSw8s7aU4.ibTHcnb0pEJ0EBpDDofkqjwU4jqGB5."], ["remember_token", "Z-cd4jvfBB1Zx3Ok8D-6hg=="], ["updated_at", Thu, 20 Mar 2014 08:11:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 340ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Z-cd4jvfBB1Zx3Ok8D-6hg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:37.294173' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:37.296262' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$u9VUwIWwpOoUAqXUbE1lWeZglNK6XGg1p/R7z82/aXxdCwSoF3aFq"], ["remember_token", "IT3vqyuVzr95sKFR08VshA=="], ["updated_at", Thu, 20 Mar 2014 08:11:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IT3vqyuVzr95sKFR08VshA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:38.127009' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:38.128457' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:38.131908' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:38.133382' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Amg7tHzJtOmfekgbyXSxYutOBdUJQRUart06nh7rDcE0fVdBqagOS"], ["remember_token", "qLEW9_CCXKAdne3vOq2Lig=="], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 332ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qLEW9_CCXKAdne3vOq2Lig==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:38.953341' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:38.955250' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.5ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.0ms)
Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$PIiifLyvSUnkh3nQGSpKp.H/WINL7L/11lbhzlv7Wzq1T/1ax0M.S"], ["remember_token", "GBRinG7RVFahVSBWllVjfg=="], ["updated_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 329ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GBRinG7RVFahVSBWllVjfg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:11:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:11:39.848468' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:11:39.849924' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.5ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.4ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zoM18.mdgsZzbvvpv4mWT.simovIUvA6WhBHKFd5Dvcf/OZvR/Vs2"], ["remember_token", "63rMCuBGXPklKdQ9R53fvw=="], ["updated_at", Thu, 20 Mar 2014 08:11:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 334ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '63rMCuBGXPklKdQ9R53fvw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:40 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:11:40 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '63rMCuBGXPklKdQ9R53fvw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$pdMpn3/UlUk21/L0vwr9xOnYvFkI4WEWlP9WTme39rMqhDEOczg5i"], ["remember_token", "EqKJGAT7UQDq5mbQ850McA=="], ["updated_at", Thu, 20 Mar 2014 08:11:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EqKJGAT7UQDq5mbQ850McA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:11:41 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EqKJGAT7UQDq5mbQ850McA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 95ms (Views: 92.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$bFIKtuCpEz.22F8v3/Do0eWAsUHWfJpK8wSljlJOTu3ptQQkUAjAy"], ["remember_token", "71cQyxjdhWvPR4tpjwNlUw=="], ["updated_at", Thu, 20 Mar 2014 08:11:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '71cQyxjdhWvPR4tpjwNlUw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '71cQyxjdhWvPR4tpjwNlUw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (95.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 112ms (Views: 109.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '71cQyxjdhWvPR4tpjwNlUw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wDZjdzBDUOOQhi8VOaVtH.CIEWwAlaXYpS2JFvb3eq9LkQGdwMvbi"], ["remember_token", "lawbVrW0-Qy9nKymhStjdQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lawbVrW0-Qy9nKymhStjdQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lawbVrW0-Qy9nKymhStjdQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lawbVrW0-Qy9nKymhStjdQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (8.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 23ms (Views: 17.0ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qoMm3zaRr6aTr5YxuoHAdOCtXEqrbwFj/uc0Hel404uoM1Y79XGAG"], ["remember_token", "ZN9yVorIlKInU9n8WwcUUQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZN9yVorIlKInU9n8WwcUUQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZN9yVorIlKInU9n8WwcUUQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZN9yVorIlKInU9n8WwcUUQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:43 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZN9yVorIlKInU9n8WwcUUQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (69.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 82ms (Views: 77.6ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fKupUNjzZf8FZj8i2cylB.veAzyKvDIKbaDZniw8yi9Z8NVg3QAPe"], ["remember_token", "E0aQgoYkK-y4iYJRPxwOfQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'E0aQgoYkK-y4iYJRPxwOfQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'E0aQgoYkK-y4iYJRPxwOfQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'E0aQgoYkK-y4iYJRPxwOfQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:44 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'E0aQgoYkK-y4iYJRPxwOfQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Q5jmyBVDpwXsNMCeX2t2uO87r0REth9XdeNYftieMZHImtZoQbhMe"], ["remember_token", "7qk0aJkEOBpfSzB2lyYP-A=="], ["updated_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7qk0aJkEOBpfSzB2lyYP-A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:45 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7qk0aJkEOBpfSzB2lyYP-A==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$INgpvEJS5pgWLBX9OMGBbuERvfbT5Ke7h/ymFKd95ZKGQlmB3nCeu"], ["remember_token", "NS8MV6RNAF5Qx0Wi0yTEnQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NS8MV6RNAF5Qx0Wi0yTEnQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:46 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NS8MV6RNAF5Qx0Wi0yTEnQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:46 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GYvrC.Hh5OndFoi7Dygomexw8AZMci6V.Ar8yUY5Qc6uqjN.2NLjC"], ["remember_token", "R5ZrXI1vl-bVnK3XW0Ackw=="], ["updated_at", Thu, 20 Mar 2014 08:11:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R5ZrXI1vl-bVnK3XW0Ackw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 87.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R5ZrXI1vl-bVnK3XW0Ackw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 24ms (Views: 16.5ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$p1BeMg4.ug5M6t79xbLbqeHp7gP.Ze7E4VepjREfnH3be7rnZ8Mmm"], ["remember_token", "PH7qcngFGEd8akpNY3pmew=="], ["updated_at", Thu, 20 Mar 2014 08:11:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PH7qcngFGEd8akpNY3pmew==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PH7qcngFGEd8akpNY3pmew==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (82.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 93ms (Views: 90.5ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:47 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.8ms)
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$TGQdkCmOM.h8Wlc8FhBfvOdKFVamS7iA6HufDlvAhDgcwtbIFPJtG"], ["remember_token", "0Mo9Ia5F0tCQVG7y1X_lUA=="], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0Mo9Ia5F0tCQVG7y1X_lUA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:11:48 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0Mo9Ia5F0tCQVG7y1X_lUA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (90.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 104ms (Views: 101.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Bgr Sean Williams"], ["price", 4635], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.664722', "created_at" = '2013-02-22 11:48:54.664205' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-02-22 11:48:54.664205' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Bgr Ramon Doe"], ["price", 76], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.668292', "created_at" = '2011-09-21 06:22:56.667957' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-09-21 06:22:56.667957' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Victor Ferreira"], ["price", 2357], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.671661', "created_at" = '2012-12-26 12:09:36.671356' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-12-26 12:09:36.671356' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "CEO John Doe"], ["price", 1821], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.674952', "created_at" = '2013-01-12 01:21:07.674647' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-01-12 01:21:07.674647' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Sir Jane Doe"], ["price", 3699], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.678219', "created_at" = '2013-04-18 09:35:10.677909' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-04-18 09:35:10.677909' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Bgr Jane Doe"], ["price", 1067], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.681490', "created_at" = '2011-09-01 09:21:09.681186' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-09-01 09:21:09.681186' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "CEO Victor Holmes"], ["price", 4409], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.684776', "created_at" = '2012-01-07 02:36:10.684469' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-01-07 02:36:10.684469' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "MVP Ramon Gonzalez"], ["price", 1546], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.688167', "created_at" = '2011-07-27 06:54:04.687854' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-07-27 06:54:04.687854' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "Sir Emma Williams"], ["price", 1075], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.692715', "created_at" = '2012-03-28 13:04:53.692316' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-03-28 13:04:53.692316' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "CEO Transito Williams"], ["price", 2372], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:11:48.696407', "created_at" = '2011-12-31 07:48:06.696085' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-12-31 07:48:06.696085' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:11:48 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZDsiZDliOKjBvcZXryyzg.8WwTN.UHicOv7O57zAinAVonNIzs5yi"], ["remember_token", "uY7VMozRDUXOMGnQHpRavQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 356ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uY7VMozRDUXOMGnQHpRavQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:11:49 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uY7VMozRDUXOMGnQHpRavQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fD/Gj9BZHYvpEp.QDD0IzOA2jSx0Mo9XbwNNEfyEr/OG8QWRIdnHi"], ["remember_token", "kWDBH65ueaDNTmf8Eo6ikQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 333ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kWDBH65ueaDNTmf8Eo6ikQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:11:50 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kWDBH65ueaDNTmf8Eo6ikQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.2ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:50 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:11:50 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$D34Y9JjpcL3yIUV.GGWETuwfnRbhT4r9h6LJSbs4/J4pBHIjyytOm"], ["remember_token", "BSIavbRjfVT7y1uO2vmUOg=="], ["updated_at", Thu, 20 Mar 2014 08:11:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BSIavbRjfVT7y1uO2vmUOg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 95ms (Views: 93.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BSIavbRjfVT7y1uO2vmUOg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (16.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 30ms (Views: 27.0ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xOIDzM9OwRKtVRt8kl9rO.mvsBvL1L7xR2/oQbCNcbVAGTJ4ncUgm"], ["remember_token", "hv0sfbrHkF4bhpbqmRVvkQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hv0sfbrHkF4bhpbqmRVvkQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (81.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 93ms (Views: 88.1ms | ActiveRecord: 0.4ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:11:51 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hv0sfbrHkF4bhpbqmRVvkQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.2ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 12.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:11:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BZGJllaGB/jOF0sl5APSweq8nhjYmeNh5hviEQIbojWPgBlwe8ULy"], ["remember_token", "jDLSsLW5dDq-9OaCghnXOQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:11:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 331ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:11:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jDLSsLW5dDq-9OaCghnXOQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:52 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:11:52 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:11:52 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jDLSsLW5dDq-9OaCghnXOQ==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 123ms (Views: 15.2ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.3ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:57 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$fherCgD77iqhcybtLnsYquPXJvvMDWFt8hdX/6XSGAlygM3a9.9be"], ["remember_token", "qjCkInpNYWDHk1aWfEV_JQ=="], ["updated_at", Thu, 20 Mar 2014 08:11:57 UTC +00:00]]
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:11:59 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$lUgOBF1wlkBc4A.W3zYMF.KGsboArERliqR2J.rK579XVSOARw8Xe"], ["remember_token", "3bHaTUe2IHdnSBIWszTsCA=="], ["updated_at", Thu, 20 Mar 2014 08:11:59 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.3ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:11:59 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$BdJzh0GgZThbphwL/Vg.ceUmNqvWCosv/J6kEKQww3EzvShgxLLWK"], ["remember_token", "XnrL9tSCCON1pRcBDahb-A=="], ["updated_at", Thu, 20 Mar 2014 08:11:59 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:00 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$hizHBxG6fg8BUwoCKP8wsu6vLLhLlRj6A4bJ28ITmj7oDwaWwGROS"], ["remember_token", "M7rh_Rh0X8As-nBHwmOBDA=="], ["updated_at", Thu, 20 Mar 2014 08:12:00 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$bBzcZM28NDkDarcpkBKchujC0PU.X2UN.2.wozWRTF80lV0zw0U.i"], ["remember_token", "PD_JJLmdavOgKS9d3PZidw=="], ["updated_at", Thu, 20 Mar 2014 08:12:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PD_JJLmdavOgKS9d3PZidw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:02 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:02 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:12:02 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PD_JJLmdavOgKS9d3PZidw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (105.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (111.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.7ms)
Completed 200 OK in 129ms (Views: 125.0ms | ActiveRecord: 0.8ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/ktz9aIZsfsIdG0p5B8ZlOL65M.csNUTwZSXnQFgNyBaHN71nhkUu"], ["remember_token", "RfrMvs1M1ToPBVufQPYrbA=="], ["updated_at", Thu, 20 Mar 2014 08:12:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'RfrMvs1M1ToPBVufQPYrbA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'RfrMvs1M1ToPBVufQPYrbA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"", "price"=>"", "category_ids"=>[""]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'RfrMvs1M1ToPBVufQPYrbA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 114ms (Views: 25.1ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (81.5ms)
Completed 200 OK in 87ms (Views: 86.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$0dF1wa3mLAx2paNd/gHxyetSP5Dj3a7Iznpap6quYGpHndRuSw2bS"], ["remember_token", "LJpOTw4nhLiqoWBUZTQhHw=="], ["updated_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LJpOTw4nhLiqoWBUZTQhHw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:03 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LJpOTw4nhLiqoWBUZTQhHw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:03 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"", "price"=>"", "category_ids"=>[""]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LJpOTw4nhLiqoWBUZTQhHw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 121ms (Views: 24.3ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (78.3ms)
Completed 200 OK in 84ms (Views: 83.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$QSnZnxw6iolbYakibeOhPuRSkyHkRFAWuXCm8I8n52PGeeyRVNvPW"], ["remember_token", "uYMCeR5VFqd8uw1cOGX_6w=="], ["updated_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uYMCeR5VFqd8uw1cOGX_6w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uYMCeR5VFqd8uw1cOGX_6w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "description"=>"a little longer text
", "price"=>"855.5", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uYMCeR5VFqd8uw1cOGX_6w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:04 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 110ms (Views: 17.1ms | ActiveRecord: 0.7ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$y1/WxG84MuyIenJaxDQe1.cOFqFpn9LLxyklv7AyBM9YzccdB4Xmu"], ["remember_token", "ZXD765Nu9YzDV8SwxCMv2w=="], ["updated_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZXD765Nu9YzDV8SwxCMv2w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:12:05 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZXD765Nu9YzDV8SwxCMv2w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:05 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "description"=>"a little longer text
", "price"=>"855.5", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZXD765Nu9YzDV8SwxCMv2w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:05 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 106ms (Views: 16.4ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_categorizations" [0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BUhRSl4Ym2qznbFFlpatUOPGkNuyXMk.xE4WSSQE0KTQua53Vl4gC"], ["remember_token", "yc053ettRvYDQmXRFwAb6A=="], ["updated_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yc053ettRvYDQmXRFwAb6A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:06 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yc053ettRvYDQmXRFwAb6A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 95ms (Views: 17.7ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3ya7gvSCgl2/hF.BvZwfdOBHFzI/HQSA7yy6GxPrGV3LRLGMpvdNe"], ["remember_token", "8H_vAwZNGFnRsmno856moQ=="], ["updated_at", Thu, 20 Mar 2014 08:12:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8H_vAwZNGFnRsmno856moQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:07 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8H_vAwZNGFnRsmno856moQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ia846XDpftq9yJOVHrY1T.MUzWSJCn97HAI/Yd57B4A4KgpyCnkyy"], ["remember_token", "PuLEuO9x4xQL623ZFo8peQ=="], ["updated_at", Thu, 20 Mar 2014 08:12:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 323ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PuLEuO9x4xQL623ZFo8peQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PuLEuO9x4xQL623ZFo8peQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nARgGeoDFpBBNpB4yJp6mu8/mwAURSe3vhNaeZLIJWE1ErPMY5wNC"], ["remember_token", "kcG-2JiwzV7J54hvA8mRIQ=="], ["updated_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kcG-2JiwzV7J54hvA8mRIQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:08 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:08 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kcG-2JiwzV7J54hvA8mRIQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mplQ80h78E9PrxrdCLTpoO9iM7k.Ps.i4m/FLqdQDVhFjIcVleoWy"], ["remember_token", "Wu6sts8A6PuTfkok3jY0Rg=="], ["updated_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 326ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Wu6sts8A6PuTfkok3jY0Rg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (76.2ms)
Completed 200 OK in 88ms (Views: 86.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:09 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:09 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Wu6sts8A6PuTfkok3jY0Rg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$oAwv72z9qhKFVPz.v5H4Pe73v3a7eydg2oOjRzcYBg4snFYieDe82"], ["remember_token", "aJFZmAl4QleeuHV34DISiw=="], ["updated_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 326ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aJFZmAl4QleeuHV34DISiw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 87ms (Views: 85.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:12:10 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aJFZmAl4QleeuHV34DISiw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (16.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 31ms (Views: 27.2ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2Vaqj42ZdGNaVF.5bFoWMu.EeqGPAn7oUc9QstIhvo3wGhWHH4Q7C"], ["remember_token", "q_vHI2K693AzQtE02bakvw=="], ["updated_at", Thu, 20 Mar 2014 08:12:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q_vHI2K693AzQtE02bakvw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q_vHI2K693AzQtE02bakvw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 28ms (Views: 24.1ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"product name", "description"=>"a little longer text
", "price"=>"855.5", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q_vHI2K693AzQtE02bakvw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "price" = '855.5', "updated_at" = '2014-03-20 08:12:11.531285', "name" = 'product name', "description" = 'a little longer text
' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 111ms (Views: 16.5ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cxcKW59I9zNplzF3f6NjZ.MqB7sJMgHG/g7nJNSZGqpfSYXK5LfLi"], ["remember_token", "mRSVrDvkLIwD9p1xCgd8Og=="], ["updated_at", Thu, 20 Mar 2014 08:12:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mRSVrDvkLIwD9p1xCgd8Og==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.2ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:12:12 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mRSVrDvkLIwD9p1xCgd8Og==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 26ms (Views: 21.4ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:12 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"", "description"=>"this is a little longer description, can be very long", "price"=>"", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mRSVrDvkLIwD9p1xCgd8Og==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.2ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (17.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 115ms (Views: 25.6ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$X8OQLwkC96lUZ32V3973lOwpgd2BmuyhImZKEprUkjadOvS4k8afq"], ["remember_token", "ubL-EPRZRl9bksFbfftNLg=="], ["updated_at", Thu, 20 Mar 2014 08:12:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ubL-EPRZRl9bksFbfftNLg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:12:13 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ubL-EPRZRl9bksFbfftNLg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:13 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"", "description"=>"this is a little longer description, can be very long", "price"=>"", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ubL-EPRZRl9bksFbfftNLg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.9ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 120ms (Views: 23.7ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$PwBPlwGt7bz4zlKysmElteLi3YXRts9RAFU4ZKEP9CLE6zRYuQIQW"], ["remember_token", "Lb0qJ9FVAu5KwF1-mmtT5w=="], ["updated_at", Thu, 20 Mar 2014 08:12:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Lb0qJ9FVAu5KwF1-mmtT5w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Lb0qJ9FVAu5KwF1-mmtT5w==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (16.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 30ms (Views: 27.2ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"very little description", "description"=>"this is a little longer description, can be very long", "price"=>"12392.2", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Lb0qJ9FVAu5KwF1-mmtT5w==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 108ms (Views: 13.2ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.7ms)
Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$o4LcXtBgH0P6YSycNadT4uPk.oE.Cvf2tHe0lZmN4I/kGgQKpnqdO"], ["remember_token", "FnJvzFduaUYd1W_i13rxxA=="], ["updated_at", Thu, 20 Mar 2014 08:12:14 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FnJvzFduaUYd1W_i13rxxA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FnJvzFduaUYd1W_i13rxxA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.8ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:15 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:15 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RhSHCTxMdMyGT8eKqYCL/utND5RWXU9MewzpsV7deOpn1W72d67Gu"], ["remember_token", "WsjXb4Ck7CTzom3BeEzQFQ=="], ["updated_at", Thu, 20 Mar 2014 08:12:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 345ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WsjXb4Ck7CTzom3BeEzQFQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WsjXb4Ck7CTzom3BeEzQFQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (115.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 128ms (Views: 125.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:12:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 14ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:12:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ygGTBq7gfJbKF9mm5pC5yeAGJPyAhWfJWzSWOBi/lS9siVYNPE6wS"], ["remember_token", "d9zC71KypMkycvV40Z2zwA=="], ["updated_at", Thu, 20 Mar 2014 08:12:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:12:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:12:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd9zC71KypMkycvV40Z2zwA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:12:16 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd9zC71KypMkycvV40Z2zwA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:12:16 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:12:16 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (412.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (7.0ms)
Completed 200 OK in 438ms (Views: 436.4ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/N2y7xMX8uoExSaPaoNbGub.FwC5AF/fDuLy8NLdBsVhqWuexmt/a"], ["remember_token", "WYkKwHUtVUP_NTXkFcHEMQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 334ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WYkKwHUtVUP_NTXkFcHEMQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:11 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:11 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WYkKwHUtVUP_NTXkFcHEMQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (29.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.0ms)
Completed 200 OK in 49ms (Views: 45.1ms | ActiveRecord: 0.7ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (80.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.2ms)
Completed 200 OK in 92ms (Views: 91.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$upufygAYskYCPgUC1bxeEeBowCu5NivrgPuCapfMC/4iIJFVEY9Im"], ["remember_token", "wRTAIikiT1VHP0VRuCGfaw=="], ["updated_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wRTAIikiT1VHP0VRuCGfaw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:12 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wRTAIikiT1VHP0VRuCGfaw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.6ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cu2wAVX3uL2uX1MvkmdrrOPLQnbKR7j.XRTHVp3TgagYdhfRFKWmq"], ["remember_token", "XSjCySTgrubmXT3PPgJjTg=="], ["updated_at", Thu, 20 Mar 2014 08:13:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XSjCySTgrubmXT3PPgJjTg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:13 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XSjCySTgrubmXT3PPgJjTg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.4ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LssEtQKoUU0G9dObpcSmZewRdNuf8EqgAPg5KvMSPsL1V9JOyAANS"], ["remember_token", "bu6qTDNI3FJlSyoIpYcMVg=="], ["updated_at", Thu, 20 Mar 2014 08:13:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bu6qTDNI3FJlSyoIpYcMVg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bu6qTDNI3FJlSyoIpYcMVg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 90ms (Views: 87.8ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.9ms)
Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$O.13r9hbvFdro2lEtX8w.uz3ViVA5EHvrRV7fdyETXXwVtKj0681O"], ["remember_token", "sdIU4U-qTN_HS5dmcQrOXA=="], ["updated_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sdIU4U-qTN_HS5dmcQrOXA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:14 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sdIU4U-qTN_HS5dmcQrOXA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (82.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 96ms (Views: 93.1ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.8ms)
Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Y2UdTcLMQh1wSVN.OLzVaO5AIh1DAcAr4cTBNVVXm9ZMg8JXl2MEC"], ["remember_token", "Wj-UOxEuOiVav1BtXod6HA=="], ["updated_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:15 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Wj-UOxEuOiVav1BtXod6HA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:15 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:13:15 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Wj-UOxEuOiVav1BtXod6HA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (83.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (91.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 106ms (Views: 102.2ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.2ms)
Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Sc/xofA/sfSWSui0TjAcceq8gWztvUqehqz36pO2XKXjzngnuBWgG"], ["remember_token", "oxqg7akZzfikxgw9F3nULA=="], ["updated_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oxqg7akZzfikxgw9F3nULA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (76.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oxqg7akZzfikxgw9F3nULA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 27ms (Views: 23.5ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oxqg7akZzfikxgw9F3nULA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "updated_at" = '2014-03-20 08:13:16.545910', "name" = 'product name', "price" = '855.5' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 108ms (Views: 94.4ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NVeywGhmZ39yDKhq5GNsPOppJ8UqgGrvmf7iTOJD2O3WuRf9d6qDi"], ["remember_token", "zIraDZk_1wJyjOWxx_RimA=="], ["updated_at", Thu, 20 Mar 2014 08:13:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:17 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zIraDZk_1wJyjOWxx_RimA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:13:17 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zIraDZk_1wJyjOWxx_RimA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.2ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 29ms (Views: 21.4ms | ActiveRecord: 0.7ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:17 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"", "category_ids"=>["", "1"], "price"=>"", "description"=>"this is a little longer description, can be very long"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zIraDZk_1wJyjOWxx_RimA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (86.2ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (97.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 122ms (Views: 105.6ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:17 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4CEG5HJQFbYXsO9gFD39yeErSHCN1fAhIOJgn01xcJ1TlMX/r2L7m"], ["remember_token", "g0v-_qrW22rsO5FEUJ9-5A=="], ["updated_at", Thu, 20 Mar 2014 08:13:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'g0v-_qrW22rsO5FEUJ9-5A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 84ms (Views: 81.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:13:18 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'g0v-_qrW22rsO5FEUJ9-5A==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:18 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"", "category_ids"=>["", "1"], "price"=>"", "description"=>"this is a little longer description, can be very long"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'g0v-_qrW22rsO5FEUJ9-5A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.0ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 116ms (Views: 100.5ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$exK5ZXLWTu5qb3lklyghruXMqJLh4/0u7ZleMfUDKxlZzcMbE/vt."], ["remember_token", "SsRiLVEteByyw-7szaMIyA=="], ["updated_at", Thu, 20 Mar 2014 08:13:18 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SsRiLVEteByyw-7szaMIyA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SsRiLVEteByyw-7szaMIyA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "product"=>{"name"=>"very little description", "category_ids"=>["", "1"], "price"=>"12392.2", "description"=>"this is a little longer description, can be very long"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SsRiLVEteByyw-7szaMIyA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (78.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 96ms (Views: 86.6ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$u9Q/Li3sBUe6WKLk4KQWye1T747z7.dKR38AV2yeeDnRBiaw081ye"], ["remember_token", "LRiEdbaZ0hNsrZIXTUuapw=="], ["updated_at", Thu, 20 Mar 2014 08:13:19 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LRiEdbaZ0hNsrZIXTUuapw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LRiEdbaZ0hNsrZIXTUuapw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 84.3ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:20 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:20 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6zPqNsKYuEzQcYnGkZmv4.LbMRAD8pGw38GTpQ61.gnpUc6cHVefm"], ["remember_token", "eHtieJH-AkdqR24GJGDtig=="], ["updated_at", Thu, 20 Mar 2014 08:13:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eHtieJH-AkdqR24GJGDtig==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eHtieJH-AkdqR24GJGDtig==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7Q9xBKTSffVm8NovWJdkBOJuv6Sst1ML6yrrdj.1uKo9p4jAu7u1u"], ["remember_token", "uCDX9nnImdMeAvhe9Yjt-Q=="], ["updated_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uCDX9nnImdMeAvhe9Yjt-Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:21 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uCDX9nnImdMeAvhe9Yjt-Q==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/iMx.hxDdjsrijMpAgFMp.x/9yPqU08W7NylNilbyU7xD9ZIk9oua"], ["remember_token", "fYzn9l47fwNBSBX42pdvvg=="], ["updated_at", Thu, 20 Mar 2014 08:13:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fYzn9l47fwNBSBX42pdvvg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:22 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:22 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:13:22 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fYzn9l47fwNBSBX42pdvvg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (72.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3GOYM9DpQZtkJ6QsljafDeSLGvBIZ1S3w8D2ee/LliVvTbqMpbE3e"], ["remember_token", "F_ttUGm-UKe2kOpjOa9lzg=="], ["updated_at", Thu, 20 Mar 2014 08:13:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'F_ttUGm-UKe2kOpjOa9lzg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'F_ttUGm-UKe2kOpjOa9lzg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.2ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'F_ttUGm-UKe2kOpjOa9lzg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 25ms (Views: 13.7ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_categorizations" [0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ifuhQfykweCDnlyk7vYye.jxqPkuBFv/ogWL3J84GeU8thOCGoC4G"], ["remember_token", "XFoZuYWvE7K5QdWX8YMgFQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XFoZuYWvE7K5QdWX8YMgFQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (80.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 85.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XFoZuYWvE7K5QdWX8YMgFQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:23 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XFoZuYWvE7K5QdWX8YMgFQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:13:23 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (82.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 102ms (Views: 91.4ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ysl4iLX1XWtX81UQQM9W9eBALHqoD57Ws114FlHVevJKuV/H3Nlsi"], ["remember_token", "Qfj53qQdxi3eaDBxfkoihw=="], ["updated_at", Thu, 20 Mar 2014 08:13:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Qfj53qQdxi3eaDBxfkoihw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:24 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:24 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Qfj53qQdxi3eaDBxfkoihw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (70.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (77.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (81.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 92ms (Views: 89.8ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "category_ids"=>[""], "price"=>"", "description"=>""}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Qfj53qQdxi3eaDBxfkoihw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (93.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 118ms (Views: 102.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$AULqBbnI.R43s.H5QvmZAux7gjW3UNCHSVk06nc69EZZN0UL6XG/e"], ["remember_token", "4cEP5MwHIOKxgo9QSk6-3Q=="], ["updated_at", Thu, 20 Mar 2014 08:13:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '4cEP5MwHIOKxgo9QSk6-3Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:25 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:13:25 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:13:25 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '4cEP5MwHIOKxgo9QSk6-3Q==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (81.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (85.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 96ms (Views: 93.4ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:13:25 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "category_ids"=>[""], "price"=>"", "description"=>""}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '4cEP5MwHIOKxgo9QSk6-3Q==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (18.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (82.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 126ms (Views: 109.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (74.3ms)
Completed 200 OK in 82ms (Views: 80.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2SpYplfua/Cp1rGYO1r0f.TxUwKLwZgbk4I.b19faAW30GYBsiJ3G"], ["remember_token", "_b9DN85ryJ3cLB7olFxp_Q=="], ["updated_at", Thu, 20 Mar 2014 08:13:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_b9DN85ryJ3cLB7olFxp_Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:26 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:13:26 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_b9DN85ryJ3cLB7olFxp_Q==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (83.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$TjiGuiYt9WSeP40tSQ89fewU1.QG4k1qez27YgzZmx1BBXM9FH2xO"], ["remember_token", "9n_zj4ow3vAk86XP9koDsg=="], ["updated_at", Thu, 20 Mar 2014 08:13:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9n_zj4ow3vAk86XP9koDsg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:13:27 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9n_zj4ow3vAk86XP9koDsg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ITI/q9OBo86ufs7HGEGqde2ll3ZBNpecc0LEzy3492x8/2n2SIBX6"], ["remember_token", "kozKDkRNT8b2ZwIsWegCAg=="], ["updated_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kozKDkRNT8b2ZwIsWegCAg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kozKDkRNT8b2ZwIsWegCAg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kozKDkRNT8b2ZwIsWegCAg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 145ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kozKDkRNT8b2ZwIsWegCAg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (83.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 95ms (Views: 92.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XTOOdv4mqQ3foyFSQtHsz.DrLWLVv6rHH61PcLl/uKlSRbFDvBIcG"], ["remember_token", "92vdqkRo1TMi3mvKkgKKmA=="], ["updated_at", Thu, 20 Mar 2014 08:13:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '92vdqkRo1TMi3mvKkgKKmA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '92vdqkRo1TMi3mvKkgKKmA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '92vdqkRo1TMi3mvKkgKKmA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:29 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 138ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '92vdqkRo1TMi3mvKkgKKmA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kwDzKBmRkiOSEB5nM.EQXuUmgJiYvfiYRZ/U6zc0/jpNEB0vp/Dxa"], ["remember_token", "QbIhZOo5bUYVlVSM3hxIaA=="], ["updated_at", Thu, 20 Mar 2014 08:13:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QbIhZOo5bUYVlVSM3hxIaA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (75.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:13:30 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QbIhZOo5bUYVlVSM3hxIaA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 14.0ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:30 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QbIhZOo5bUYVlVSM3hxIaA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 19ms (Views: 13.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5YTdlihAdX866od.GdPPxu29/sAQnswR3pz3GYIvGRL3JfqOsF3bq"], ["remember_token", "gRzJepKcOyys5PsBLXvYZg=="], ["updated_at", Thu, 20 Mar 2014 08:13:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gRzJepKcOyys5PsBLXvYZg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gRzJepKcOyys5PsBLXvYZg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gRzJepKcOyys5PsBLXvYZg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$aNvUCh3lEYkUe3PPzTuyveoM83VzTyCMTyknpqEdkVjbZoYJ8dDLW"], ["remember_token", "o6jlX1HdJjJwgql_-LPU7g=="], ["updated_at", Thu, 20 Mar 2014 08:13:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'o6jlX1HdJjJwgql_-LPU7g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:31 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'o6jlX1HdJjJwgql_-LPU7g==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.7ms)
Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$gGsz7jQIyG1O0G0qeJfPdu0ZoAVRRLPsMkjLWDEmUiSQhSmUf8x7G"], ["remember_token", "3Jl574zfGVPL3Okn0cD5yw=="], ["updated_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3Jl574zfGVPL3Okn0cD5yw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:32 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3Jl574zfGVPL3Okn0cD5yw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:32 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DIXwU6rMqWHJsVKPfhl6GuIUbLPFprH4nS5lBTX6GgUt7cAHin262"], ["remember_token", "WsDhMdTsndj6qDpFFOPywQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WsDhMdTsndj6qDpFFOPywQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:33 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WsDhMdTsndj6qDpFFOPywQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:33 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 85ms (Views: 84.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wHijKr991XpkcJR0.lLiSOLJWF83uM0E38ycIb0YQoTcEib1M05am"], ["remember_token", "EQ0qWQED0VaUnj28CJKewA=="], ["updated_at", Thu, 20 Mar 2014 08:13:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EQ0qWQED0VaUnj28CJKewA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:34 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EQ0qWQED0VaUnj28CJKewA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:34 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (80.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 86ms (Views: 85.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kr9ZpNYKYQnVSvlHiA/v3ORsz33G3c5UhBnHRjU5e5CjuN9gedm2q"], ["remember_token", "a8s5p1BHHTFo0FxLZo22Zg=="], ["updated_at", Thu, 20 Mar 2014 08:13:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a8s5p1BHHTFo0FxLZo22Zg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:13:35 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a8s5p1BHHTFo0FxLZo22Zg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ItI6e5X4X5pV2748KmO1ce36X0SUAOyCd8Lff3DMp7/V9HLvm7q5q"], ["remember_token", "QbehyrG6yrO7yCFZ_Ydfxg=="], ["updated_at", Thu, 20 Mar 2014 08:13:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QbehyrG6yrO7yCFZ_Ydfxg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$oQ/jBoOs42FGhVZADLPDDeuKysHS2vRp8XIgNE4ybg.4pT2lfIqy2"], ["remember_token", "bQ_1Lq9RFaV7qlPKBzTvWw=="], ["updated_at", Thu, 20 Mar 2014 08:13:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bQ_1Lq9RFaV7qlPKBzTvWw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:37 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sLfojXUbr1E0OFkoRaxy5egmE0i.PNpcGlcrLpW0H0ne3HNQ1TUD."], ["remember_token", "5bc6Y4jTlSJAnVNTvU1EeA=="], ["updated_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5bc6Y4jTlSJAnVNTvU1EeA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 88ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:38.944897', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:38.946549', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xEnzoGUwwh1QkdvleRVyPOmRJlQqyt6pfV0HiJdBUKBZ0bBWRPM.K"], ["remember_token", "yVrRsA-fubnzz6dbdmsPmA=="], ["updated_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yVrRsA-fubnzz6dbdmsPmA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:39 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:40.083050', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:40.084637', "position" = 2 WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mLBUOXr42eqFplW0SURcfewZ.NhZBDFWzgue7TK30KMr44fRwz5jS"], ["remember_token", "kTxXLEMyhq4q5PaBNItncQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kTxXLEMyhq4q5PaBNItncQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:40 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00]]
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:41.226236', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:41.227838', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XD0U6U5aw4jGGzzj0ICAhOvh/iaWqEz9S.YtC1usm4rq8rESEQmSO"], ["remember_token", "x0i--eCVqh4oJU2sWhCV9Q=="], ["updated_at", Thu, 20 Mar 2014 08:13:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'x0i--eCVqh4oJU2sWhCV9Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 91ms (Views: 89.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:42.384497', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:42.385982', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$x49NdC1ELyIYatDIPqDVqeClF6xV6mTysqj6qlL3xZ/UuqgVDwPhW"], ["remember_token", "6_hjAuJlj5K2o0jxm8qSzg=="], ["updated_at", Thu, 20 Mar 2014 08:13:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6_hjAuJlj5K2o0jxm8qSzg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (81.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 94ms (Views: 92.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:43.543594', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:43.544994', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mmOHbPIEVftBMv7Y4/wKv.FjOYQVb7ZKSnFmgaeaBCGeCem4PX6BS"], ["remember_token", "N5ED3zM4z8X73hfr4ohAHg=="], ["updated_at", Thu, 20 Mar 2014 08:13:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'N5ED3zM4z8X73hfr4ohAHg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 112ms (Views: 110.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:44 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:44.713022', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:44.714428', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XYY5LntH1ubbmi3hhBJAku/UKFwfEagQrdD6N/kmlu.WYrPr9k0ea"], ["remember_token", "M7B8cIziE-p-fksNnmkqEA=="], ["updated_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'M7B8cIziE-p-fksNnmkqEA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 92ms (Views: 90.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:45 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:45.859061', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:45.860502', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:45.864820', "position" = 3 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:45.866290', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$oFfQFJFXQR9Cex/pYGDJe.ZL.kyRl1sCAuCGPTE9YwEoxdZHDiVM6"], ["remember_token", "WiewKzgwkS4m79e6KxWQrw=="], ["updated_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 334ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WiewKzgwkS4m79e6KxWQrw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (120.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 140ms (Views: 136.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:46 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:47.115075', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:47.116538', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ssPPC9bqG1OD5z..q3c8OeM1.Rh/qmcHtHxLdSdK2DZArC1FYyia."], ["remember_token", "Ra7bXnZueD4Nd4FfDHXadg=="], ["updated_at", Thu, 20 Mar 2014 08:13:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ra7bXnZueD4Nd4FfDHXadg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:48.267445', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:48.268869', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RYe/mIA6rsKV1POTFvHc8uCQLSGRx8rVCu7F1gZlcuK0qytJoJcC."], ["remember_token", "96UFrubiXgOe65LJuwmlMA=="], ["updated_at", Thu, 20 Mar 2014 08:13:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '96UFrubiXgOe65LJuwmlMA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (82.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 93ms (Views: 91.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:49.417236', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:49.418704', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/kOGweeaj7jkAsR2.pAt/uIZrFtSux4lXiYFlsNQ.FeVNhp3/lVC."], ["remember_token", "joKHKm0JG6Kb1NFuSBqKFw=="], ["updated_at", Thu, 20 Mar 2014 08:13:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'joKHKm0JG6Kb1NFuSBqKFw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:50.556287', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:50.557768', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$vf0AImrygB6Bx4Hl66Y9D.y7fk3oxIKvdNQsDrbG6ri3729yjaSYy"], ["remember_token", "JjQ0Jv6hYdkiGce9RRTLDQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 381ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JjQ0Jv6hYdkiGce9RRTLDQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (107.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 116ms (Views: 114.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.5ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:13:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:51.850675', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:51.852327', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:51.857708', "position" = 1 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:13:51.860367', "position" = 2 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:13:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.1ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ks8tnyy45.IT1WDK3n7d4.4Ksd2KAZ9YbyUiJ4Uc3v4y1PZg3m.fq"], ["remember_token", "Zc2wQGbNePp6915tOlx-2A=="], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:13:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:13:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Zc2wQGbNePp6915tOlx-2A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Victor Gonzalez"], ["price", 3560], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.758183', "created_at" = '2012-05-24 06:40:39.757843' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-05-24 06:40:39.757843' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Bgr Emma Williams"], ["price", 376], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.761580', "created_at" = '2012-05-19 20:26:56.761271' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-05-19 20:26:56.761271' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Emma Roe"], ["price", 4255], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.764824', "created_at" = '2012-12-20 13:53:50.764520' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-12-20 13:53:50.764520' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "MVP Victor Gonzalez"], ["price", 3749], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.3ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.768390', "created_at" = '2011-06-07 19:18:16.767975' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-06-07 19:18:16.767975' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Bgr Jane Gonzalez"], ["price", 1876], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.772528', "created_at" = '2013-08-17 13:06:23.772218' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-08-17 13:06:23.772218' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Bgr Victor Williams"], ["price", 4608], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.775793', "created_at" = '2013-10-27 21:58:32.775476' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-10-27 21:58:32.775476' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Bgr Jane Lopez"], ["price", 440], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.779062', "created_at" = '2012-07-10 06:48:30.778761' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-07-10 06:48:30.778761' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Sir Victor Camacho"], ["price", 2542], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.783804', "created_at" = '2011-10-12 04:40:56.783227' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-10-12 04:40:56.783227' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "CEO Ramon Roe"], ["price", 4370], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.787547', "created_at" = '2012-11-27 19:43:44.787231' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-11-27 19:43:44.787231' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur John Holmes"], ["price", 1841], ["updated_at", Thu, 20 Mar 2014 08:13:52 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:13:52.790821', "created_at" = '2013-01-31 06:04:42.790521' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-01-31 06:04:42.790521' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:55 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$yH/vEczHtXzkOHTiUcUI2uLmZdfDRjRNBhP61pJ7SOKpUfpYB3qU."], ["remember_token", "p7l4196lMiqbrv3f_ML9jA=="], ["updated_at", Thu, 20 Mar 2014 08:13:55 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:56 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$tkmCZBUNvxCVr69rjURAF.v04ZmwD55LQ2OlwTTLbINtvJr7Hoxem"], ["remember_token", "0dg1dP5JWZgiDX7HJDlr7A=="], ["updated_at", Thu, 20 Mar 2014 08:13:56 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:13:57 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$PPhy9i5H9.7rMXXF75aVoe3xf3SfCZe1FHGG8wH4QCSSCtO/wAUa6"], ["remember_token", "M_7KCuE4krkBf4fiyS-hog=="], ["updated_at", Thu, 20 Mar 2014 08:13:57 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:13:58 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$/VvheJEMNXsvqfYDD8iFqO1gZoZjzaYZ97bfljbt9LuQdBv6MP8Wi"], ["remember_token", "13xQOdDlGSoAcsUqi7eXWQ=="], ["updated_at", Thu, 20 Mar 2014 08:13:58 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2.CAk8OwvEk1b25KLmbp0uoKlYGE8LEHg78oC/JnVyMvvZrffNzyy"], ["remember_token", "8YHtpYCrU162yk5_xL85fw=="], ["updated_at", Thu, 20 Mar 2014 08:14:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8YHtpYCrU162yk5_xL85fw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8YHtpYCrU162yk5_xL85fw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$G4Q7qHnpKcJ75hC/B2.uJujdGa7ptcXiXjim1Zcf7RB/PO8e3L73q"], ["remember_token", "0U3AocQE78q7QnLhYxMGmg=="], ["updated_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0U3AocQE78q7QnLhYxMGmg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:14:02 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0U3AocQE78q7QnLhYxMGmg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (79.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.4ms)
Completed 200 OK in 89ms (Views: 88.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RC8lMEzAJgXNUDTaCtLDm.A8kbmCDdasfix5B4JMw.177L1vcd32."], ["remember_token", "LIlLdczIYeFUrveG2om_sw=="], ["updated_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LIlLdczIYeFUrveG2om_sw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:14:03 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LIlLdczIYeFUrveG2om_sw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ku58LuLVXVs8lxFqDcdW8Os/KJr7/74ZpvUBa9gNm5IkO6ViCAmnC"], ["remember_token", "tMkw2Xsc6Syg_dNvlFlGiQ=="], ["updated_at", Thu, 20 Mar 2014 08:14:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tMkw2Xsc6Syg_dNvlFlGiQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:14:04 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tMkw2Xsc6Syg_dNvlFlGiQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:04 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:14:04 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1A4xDNABdBJLf2I41hpLpeDDXiIXTcOHUTGu6G0.YoH6SxlEmM.hi"], ["remember_token", "R6TcufBAYOwoT3Ydc9cLfQ=="], ["updated_at", Thu, 20 Mar 2014 08:14:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R6TcufBAYOwoT3Ydc9cLfQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (72.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R6TcufBAYOwoT3Ydc9cLfQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:05 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:14:05 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hXD1ZtM9YIRo.qhanW67j.qHuQwNdwWp6jYF7u0H3pET1DY/O/c96"], ["remember_token", "tkwzjtUJrIyDsUreUJsvrg=="], ["updated_at", Thu, 20 Mar 2014 08:14:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tkwzjtUJrIyDsUreUJsvrg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:14:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sU2xekGvDqJZFWB72rVY7ujUvYoh.cPkpglQ3AMpb0kGJsjq5xsrm"], ["remember_token", "PZlsdPvxUu3svqxSUBatKw=="], ["updated_at", Thu, 20 Mar 2014 08:14:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'PZlsdPvxUu3svqxSUBatKw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (74.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 80ms (Views: 79.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$tJiJEjDLTLj5iPY60xp2RusBaNItIr3MT2KRMp.sr1sDAanYVnYNi"], ["remember_token", "kl-rESCQWGRqs5a3o7AyzQ=="], ["updated_at", Thu, 20 Mar 2014 08:14:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kl-rESCQWGRqs5a3o7AyzQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:14:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dakLWpi/rKfq1ffWj87ZlOIjaJCmv5wtqCgjRQGcgvXJMpo.f9j16"], ["remember_token", "hCJUzmhqn3TaVSMRU2uyBA=="], ["updated_at", Thu, 20 Mar 2014 08:14:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hCJUzmhqn3TaVSMRU2uyBA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:14:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (278.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.9ms)
Completed 200 OK in 297ms (Views: 295.6ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$MPAxNMiTi9kgmBy/fEvFR.ylZxQht9wPDI/9o/xlZp/YiNKb.YEFa"], ["remember_token", "xDssTVEwEBUZYKAW4bXDwg=="], ["updated_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xDssTVEwEBUZYKAW4bXDwg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:52 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:52 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xDssTVEwEBUZYKAW4bXDwg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (28.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.0ms)
Completed 200 OK in 43ms (Views: 39.8ms | ActiveRecord: 0.7ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 80ms (Views: 79.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cg8BByoiSimjzOK59/hTf.Y6z9y/CXfQJHlydCbxo/0vTLJD348sO"], ["remember_token", "18h-PnO7GDHobliBKkhVrA=="], ["updated_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '18h-PnO7GDHobliBKkhVrA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:53 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '18h-PnO7GDHobliBKkhVrA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.2ms)
Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$F2nqJ2dMkvkeT/yRQkig7uqCtDtOH7xqsTGfBSZUCiG67yql05zxK"], ["remember_token", "c-RQz2YRt3TaWqyWzvdpsA=="], ["updated_at", Thu, 20 Mar 2014 08:15:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'c-RQz2YRt3TaWqyWzvdpsA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:54 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'c-RQz2YRt3TaWqyWzvdpsA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.2ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (9.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (85.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 103ms (Views: 100.3ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$l6xwJcHkSoxnjVPD/MOi4.eTklDNGIGZOdhhqsyi3bXGu.1qfG2DK"], ["remember_token", "dkquTD53ef98c9WbXxnUKg=="], ["updated_at", Thu, 20 Mar 2014 08:15:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dkquTD53ef98c9WbXxnUKg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dkquTD53ef98c9WbXxnUKg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 92ms (Views: 87.0ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.anLNDZeowywZahjWTcR2u5RffK00i2u2S23zONtgHfrwrMVDJNMm"], ["remember_token", "hDmeP2gH7dKo3CwNz9_O0g=="], ["updated_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hDmeP2gH7dKo3CwNz9_O0g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:55 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:55 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hDmeP2gH7dKo3CwNz9_O0g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (81.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 95ms (Views: 91.8ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$URdHqqgh4KJqxzCa/sDOoOO4hArNYIQqRfIkAYs.rKkynxMBuEjQm"], ["remember_token", "7WxHJlhos15d0Fmhvp2uzg=="], ["updated_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7WxHJlhos15d0Fmhvp2uzg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:15:56 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:15:56 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7WxHJlhos15d0Fmhvp2uzg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (12.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (100.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 113ms (Views: 109.8ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2ERFMAcQmJzEfqqSKByvh.l2VCUksiR97Fka3N3V.tDtJyhb0sw9q"], ["remember_token", "8aIAJn8k_8TERecuedTd2A=="], ["updated_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8aIAJn8k_8TERecuedTd2A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:15:57 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:15:57 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8aIAJn8k_8TERecuedTd2A==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:57 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"], "price"=>"855.5"}, "utf8"=>"✓", "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8aIAJn8k_8TERecuedTd2A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "name" = 'product name', "updated_at" = '2014-03-20 08:15:57.631045', "description" = 'a little longer text
', "price" = '855.5' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 105ms (Views: 16.4ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ys6eJfkgqoES3aESpEDfT.FeQbPo1Wtrso0a5DclLAh2SMzXbwy4i"], ["remember_token", "3RvpQw92WZayfU_GGMO7jA=="], ["updated_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3RvpQw92WZayfU_GGMO7jA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3RvpQw92WZayfU_GGMO7jA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"name"=>"very little description", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"], "price"=>"12392.2"}, "utf8"=>"✓", "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3RvpQw92WZayfU_GGMO7jA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 23ms (Views: 13.1ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rK49.7eLcsFSRPG9bZkXU.gOPML13klsNIMLKwBNNOTsBas3h9oJm"], ["remember_token", "2JvTYa0ajkANpiyea99CkQ=="], ["updated_at", Thu, 20 Mar 2014 08:15:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:15:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2JvTYa0ajkANpiyea99CkQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:15:59 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2JvTYa0ajkANpiyea99CkQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (79.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (83.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 95ms (Views: 92.1ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:15:59 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"], "price"=>""}, "utf8"=>"✓", "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2JvTYa0ajkANpiyea99CkQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.4ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (89.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 114ms (Views: 98.4ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:15:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Y7Ii686QXdAZL8JSjFSVDeX//dnlbxFFhG0XpHSiDk6/mJDM/U2UK"], ["remember_token", "P1IPOk8bHol4A5tDOOTOKA=="], ["updated_at", Thu, 20 Mar 2014 08:15:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:15:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'P1IPOk8bHol4A5tDOOTOKA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:16:00 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'P1IPOk8bHol4A5tDOOTOKA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.3ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (11.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (89.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 102ms (Views: 98.1ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:16:00 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"], "price"=>""}, "utf8"=>"✓", "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'P1IPOk8bHol4A5tDOOTOKA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.7ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (83.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (90.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 115ms (Views: 99.2ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$z29HomC/mic/4ctAz.d.zuD9z3os6s813fLrDut4z9sQm9Jkx9F7O"], ["remember_token", "K2lijPynzJ0B01lDvnO3kw=="], ["updated_at", Thu, 20 Mar 2014 08:16:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'K2lijPynzJ0B01lDvnO3kw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'K2lijPynzJ0B01lDvnO3kw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.2ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (14.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (91.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 104ms (Views: 101.4ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$iaRqPWaERdbbFr3VJ/sJ1uWV3qD6CwijPV3UKlannDfBRSRXVWJ0O"], ["remember_token", "O1ROhc8FYBdaDOal7Ruakw=="], ["updated_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'O1ROhc8FYBdaDOal7Ruakw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:01 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'O1ROhc8FYBdaDOal7Ruakw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:01 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"", "category_ids"=>[""], "price"=>""}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'O1ROhc8FYBdaDOal7Ruakw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (81.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (91.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 117ms (Views: 101.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$QbDGw0AIgrC.CQmwVBHlA.M3UFvTiKSvtl5g1SpClfGAyE95Jnlqe"], ["remember_token", "68SQrYqN5jiVwyUtON2aHA=="], ["updated_at", Thu, 20 Mar 2014 08:16:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '68SQrYqN5jiVwyUtON2aHA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 85.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:02 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:02 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '68SQrYqN5jiVwyUtON2aHA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"", "description"=>"", "category_ids"=>[""], "price"=>""}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '68SQrYqN5jiVwyUtON2aHA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 117ms (Views: 101.4ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ylESSj/6NaHEIgi14ZlmreweYg1YtYs9OEBS1gp2GR6UhdyyiPirG"], ["remember_token", "1jZZsCpBS_jvrejfKPFLnA=="], ["updated_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1jZZsCpBS_jvrejfKPFLnA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 88ms (Views: 86.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:16:03 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1jZZsCpBS_jvrejfKPFLnA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:03 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"], "price"=>"855.5"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1jZZsCpBS_jvrejfKPFLnA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:16:03 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 100ms (Views: 88.3ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fX5qR7pwJlk0307Fm4EU5e9A3R2GvuQ/GLL9RpJokfYCBXTX81QfC"], ["remember_token", "tI8W83LeeGaFes9aqHKKzw=="], ["updated_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tI8W83LeeGaFes9aqHKKzw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:16:04 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tI8W83LeeGaFes9aqHKKzw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (83.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (87.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 99ms (Views: 96.1ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:04 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"], "price"=>"855.5"}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tI8W83LeeGaFes9aqHKKzw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:16:04 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 25ms (Views: 14.7ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DmNSut5AAtfgIgB8MdNeyu.qZwZLj.CFboKIBFNJcJKfL8Kx5bswS"], ["remember_token", "5z8gIbbvPSmFB-1SZztg1Q=="], ["updated_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5z8gIbbvPSmFB-1SZztg1Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:05 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5z8gIbbvPSmFB-1SZztg1Q==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OsGlZpFvPA.wl53a32GjUuXbqEAqf2ivj7knwJr6spybB0Zas/9L6"], ["remember_token", "NOSu7AzuMvmSI7dKIEHeng=="], ["updated_at", Thu, 20 Mar 2014 08:16:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NOSu7AzuMvmSI7dKIEHeng==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 81ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NOSu7AzuMvmSI7dKIEHeng==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.2ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LQ6xEkd21cDWdaRz46SqJOP885jDPUIGtK9ozlLoatSCKoZFUq7iK"], ["remember_token", "_LNDAY57yQtzpHjUae59Xg=="], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_LNDAY57yQtzpHjUae59Xg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_LNDAY57yQtzpHjUae59Xg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Bgr Sean Roe"], ["price", 4373], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2011-10-28 03:43:15.912410', "updated_at" = '2014-03-20 08:16:06.912749' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-10-28 03:43:15.912410' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "MVP Transito Doe"], ["price", 679], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-12-01 05:19:37.915840', "updated_at" = '2014-03-20 08:16:06.916139' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-01 05:19:37.915840' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "MVP Jane Lopez"], ["price", 4550], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2011-06-13 17:19:09.919132', "updated_at" = '2014-03-20 08:16:06.919449' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-06-13 17:19:09.919132' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "Bgr John Holmes"], ["price", 4114], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-03-14 11:14:04.922490', "updated_at" = '2014-03-20 08:16:06.922792' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-03-14 11:14:04.922490' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Gonzalez"], ["price", 3780], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-09-05 14:43:21.925745', "updated_at" = '2014-03-20 08:16:06.926045' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-09-05 14:43:21.925745' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Sir Victor Holmes"], ["price", 1884], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-05-11 23:35:47.928971', "updated_at" = '2014-03-20 08:16:06.929421' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-05-11 23:35:47.928971' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "CEO Jose Lopez"], ["price", 2430], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2011-09-20 13:57:47.932401', "updated_at" = '2014-03-20 08:16:06.932702' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-09-20 13:57:47.932401' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur John Lopez"], ["price", 4479], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-02-14 01:17:54.935635', "updated_at" = '2014-03-20 08:16:06.935939' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-02-14 01:17:54.935635' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "Bgr Ramon Camacho"], ["price", 3542], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-06-13 23:32:10.938887', "updated_at" = '2014-03-20 08:16:06.939182' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-06-13 23:32:10.938887' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "CEO Victor Camacho"], ["price", 2687], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-02-22 09:02:02.942150', "updated_at" = '2014-03-20 08:16:06.942510' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-02-22 09:02:02.942150' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:16:06 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.2ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 85ms (Views: 7.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$90c4Yk1vwv1oRRZc6gEuVOxc90JaBvzSoxdBdJddfAiRkRefKsxsy"], ["remember_token", "9YZRarNgRNMw0yWM0mD6dw=="], ["updated_at", Thu, 20 Mar 2014 08:16:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9YZRarNgRNMw0yWM0mD6dw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.7ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:08 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xuX3kMxW4FFpqyOv.ATkyeMoNMDfP7Duke9Mu.eYFBwAQw/lpBxOW"], ["remember_token", "k1VNrl30CN-Ov0DiKlKqXQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:08 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'k1VNrl30CN-Ov0DiKlKqXQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:08 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5vCiKySotgN/qvr0nmt1y.pn2ilSDFBlDEkJyYe0Oqtb9XapBraBa"], ["remember_token", "q64F7Dis1IENU3nKcGyWhg=="], ["updated_at", Thu, 20 Mar 2014 08:16:08 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q64F7Dis1IENU3nKcGyWhg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:16:09 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (77.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 83ms (Views: 82.6ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$b4cBxdB26bxYyXHi5tcuuuzDaDaNVEhfHlHrlszsf04A1S6L93fpC"], ["remember_token", "FOAqVpMoBmfQbvwiaHp4aw=="], ["updated_at", Thu, 20 Mar 2014 08:16:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FOAqVpMoBmfQbvwiaHp4aw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 80ms (Views: 79.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$yZ5o3aqb3PskWOtfxAUlNeKRVMYGXTWOdhYqCXimLcmDc/FKkTdHK"], ["remember_token", "0jo5EIA9Ua7VOexJ9ijO8Q=="], ["updated_at", Thu, 20 Mar 2014 08:16:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0jo5EIA9Ua7VOexJ9ijO8Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0jo5EIA9Ua7VOexJ9ijO8Q==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:10 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:16:10 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mUfvvIu/xY65eWyD7C69NefnF3l0ER1miqI9I7kyPWtM5c7/37TfO"], ["remember_token", "0vemMkFvsXeNvS4b9F6ObQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 386ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0vemMkFvsXeNvS4b9F6ObQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:16:11 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0vemMkFvsXeNvS4b9F6ObQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.2ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 28ms (Views: 20.3ms | ActiveRecord: 0.5ms)
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:11 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:16:11 UTC +00:00]]
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.0ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$A4lrUpRt7MyAkHINy5QAku88yWb4SsuW1DN/UzEn2./5xvu2JdFLK"], ["remember_token", "tU13LWeK8syduhxJa7_yXQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tU13LWeK8syduhxJa7_yXQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 82ms (Views: 80.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:16:12 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tU13LWeK8syduhxJa7_yXQ==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.0ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nRpgzklODVZk48jphmD5Qe0k11F7QY2u8J6g6IckAzBF6aBR8vaXi"], ["remember_token", "fNE2hr6I9FOBryWdSaO7wQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fNE2hr6I9FOBryWdSaO7wQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fNE2hr6I9FOBryWdSaO7wQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.3ms)
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WONlmPOL6M3KD7euC/ypVePNwrZ..5RnXx6DJfuEKFrzQ5dqiBCRW"], ["remember_token", "SqclZus6uVgVtlsRQYidZQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SqclZus6uVgVtlsRQYidZQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:16:13 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:16:13 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SqclZus6uVgVtlsRQYidZQ==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 88ms (Views: 85.4ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:17 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$tnDNB0cO80yhDHLpdn/0E.O46bkBxeXC/k4kSjvog3FQjoTTfCjZa"], ["remember_token", "KFh3bd_Ob_pQBJNcb9iFog=="], ["updated_at", Thu, 20 Mar 2014 08:16:17 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:20 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$H5fc6pR.QzuQqNZmRya/g.YJDr2f7AxwQ6AQHC4SVfQVpLcIlASP2"], ["remember_token", "SwhnfMGZuhOBoYFM41U6tg=="], ["updated_at", Thu, 20 Mar 2014 08:16:20 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:21 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$7n85tDu/CnttXBUBirnVS.e/EuAGq/ci0D1fD7/Ixgev04.NoSh7."], ["remember_token", "rO6CUyRuSfuyvs6NeUAUKQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:21 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:21 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$./orLlEc7BedBSq0KW3jjOb07M0HL8HgzwDHdnOo6AqhT3E5kWkE2"], ["remember_token", "E_7btF6F_uvBXxxBZ8vgpg=="], ["updated_at", Thu, 20 Mar 2014 08:16:21 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (92.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 98ms (Views: 97.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sYe/g./JFL3EJz9oVUj3j.XNdX.55VEhsT.l.qYuDmeqSKjDm3pTa"], ["remember_token", "SkTXaGUTYx4RT1J9aqgztA=="], ["updated_at", Thu, 20 Mar 2014 08:16:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SkTXaGUTYx4RT1J9aqgztA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:23 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:23 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:16:23 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SkTXaGUTYx4RT1J9aqgztA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 13.9ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (127.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Completed 200 OK in 134ms (Views: 132.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$lifSjFJlekSd6oUkFu.GJ.73EvksoeF92TaOkUuljUqDwwOfnJ4QG"], ["remember_token", "vKR5dLxVDFgi2Iu92fS4iA=="], ["updated_at", Thu, 20 Mar 2014 08:16:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vKR5dLxVDFgi2Iu92fS4iA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:16:24 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vKR5dLxVDFgi2Iu92fS4iA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$E1mui4EacOE8jlLrv5NhlO738PWm1bJ8dKUF41CqI1bwBNlQngxU6"], ["remember_token", "ndKFt2oBGtl8T2518e-q7Q=="], ["updated_at", Thu, 20 Mar 2014 08:16:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ndKFt2oBGtl8T2518e-q7Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ndKFt2oBGtl8T2518e-q7Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ndKFt2oBGtl8T2518e-q7Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 13.3ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$s4PUEd/wytklWJ7jy.4YcuLQjnDOJzkjqgG6OSh258gi/9B4yWK6G"], ["remember_token", "G7bM4zZTYXSbhAgfp9-KUQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'G7bM4zZTYXSbhAgfp9-KUQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'G7bM4zZTYXSbhAgfp9-KUQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'G7bM4zZTYXSbhAgfp9-KUQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 13.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$TiTy1D5HaDlE7ise4/9hZuCTn.SPzuusfk/byRQFZ/49G0qWl25vm"], ["remember_token", "ErvKPFaFii5iwshcuLGszg=="], ["updated_at", Thu, 20 Mar 2014 08:16:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ErvKPFaFii5iwshcuLGszg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ErvKPFaFii5iwshcuLGszg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (82.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 91ms (Views: 89.0ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ErvKPFaFii5iwshcuLGszg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:26 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ErvKPFaFii5iwshcuLGszg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$c/v.zY3OpB9aBbpgsmm8OOGiLPbfzQrTqqzrOj2/39djNngAdChY6"], ["remember_token", "h8K4dTI-GolsjxMVOnhIGg=="], ["updated_at", Thu, 20 Mar 2014 08:16:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'h8K4dTI-GolsjxMVOnhIGg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'h8K4dTI-GolsjxMVOnhIGg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'h8K4dTI-GolsjxMVOnhIGg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:27 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:27 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 18ms (ActiveRecord: 0.6ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'h8K4dTI-GolsjxMVOnhIGg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.6ms)
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kaAsEoMJYkaOPplbGSgbUeyGRxNMfV/ix6OhPE6bLB562rC4XI8iu"], ["remember_token", "Dt0qSED8UoxyO3mluLJN1Q=="], ["updated_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Dt0qSED8UoxyO3mluLJN1Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$V0VcDg1hwHQ9R1x2LcudD.Z9jcpB7wdPdPnaRfYqfVQrdIjh0hcoS"], ["remember_token", "dE53EnnAcN0QXm2QZbYJng=="], ["updated_at", Thu, 20 Mar 2014 08:16:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dE53EnnAcN0QXm2QZbYJng==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$jmfK/XodnLuBmfnK6R6yVOdZRJ8PtVG8e7IsChtK4EVNUGnk.l1qi"], ["remember_token", "FwRphGmIrwbx__M5JFGAfg=="], ["updated_at", Thu, 20 Mar 2014 08:16:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FwRphGmIrwbx__M5JFGAfg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 92ms (Views: 90.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$jyhtFUElnYXN8/DmxN5d6ewRWuOrV/BIWt80v6Ddfvg9UJfKxzzge"], ["remember_token", "t1k8kbOZqF0WGOhLpmr-dA=="], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't1k8kbOZqF0WGOhLpmr-dA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:30 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:30.871458' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:30.873017' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$v8sux40uHG32sclFnk0/Lepj.0nQFucSNYRY7w5ly6msC5eDlbDPO"], ["remember_token", "qGvzIFC1NRV73I9eZ9Qsuw=="], ["updated_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qGvzIFC1NRV73I9eZ9Qsuw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (82.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 88.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:31.641467' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:31.643212' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Wsn.RyCrMZP2UcFzCLk0KeTE3NUKCJDzpuHobSUcQNdH0SB1arMPu"], ["remember_token", "FNRw6ENqyQfJDQSd19vAhA=="], ["updated_at", Thu, 20 Mar 2014 08:16:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 324ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FNRw6ENqyQfJDQSd19vAhA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (84.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 92ms (Views: 90.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:32.444546' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:32.446143' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4OE/zB91Gx6BMPeVlfJAquD2ybWfj1L1rGh4MG2GlHb5VylF.fQzi"], ["remember_token", "mbDnP2SBmnqU5LwM6z1h-Q=="], ["updated_at", Thu, 20 Mar 2014 08:16:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mbDnP2SBmnqU5LwM6z1h-Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (94.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 106ms (Views: 101.8ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:33.289093' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:33.290641' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fQK39ucjteR4lhX5AOIsVug39S.kT.O/s5162o6OwEtkLFVCMO1ca"], ["remember_token", "tEKZ3XxJOCCz2OLQxuGAig=="], ["updated_at", Thu, 20 Mar 2014 08:16:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tEKZ3XxJOCCz2OLQxuGAig==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:34.053839' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:34.055276' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:34.058775' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:34.060203' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OyJl5/tEJe04K6hMF1kAXux.ummSdmEuZOh.rPEXhfMuL/pWXfa3C"], ["remember_token", "OVm5GPEfBwqdWATp_6FAYg=="], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'OVm5GPEfBwqdWATp_6FAYg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (104.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 112ms (Views: 110.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:34 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:34.889240' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.4ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:34.891679' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.7ms)
Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ttwl8vqhHryavy.WCjriceZiXeka7fqbS4uJrqsaVxX30xuIKhYmC"], ["remember_token", "8xjTWiAnJhlnG6XD7KgMFw=="], ["updated_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8xjTWiAnJhlnG6XD7KgMFw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (120.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 132ms (Views: 128.6ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:35.754534' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:35.756025' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.5ms)
Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$G.tH6uti84hnb.kHojt3o..R1IQZFwwQ.XMoKhjmCvITUplF7AIJq"], ["remember_token", "WZsPY8AJ33dmif8ceo7Oyw=="], ["updated_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WZsPY8AJ33dmif8ceo7Oyw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:36.547933' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:36.549347' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$s6MO8wPiunW/aDw9u57MG.6cWXXuWJdb85rZeJkFpyBfEFsvyFtRi"], ["remember_token", "7x9Z4NxmCDNXuCFOPK1LOw=="], ["updated_at", Thu, 20 Mar 2014 08:16:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7x9Z4NxmCDNXuCFOPK1LOw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (96.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 105ms (Views: 103.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:37.324911' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:37.326343' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$QZKs0DPW7Q5L5BP/c15fbebd0ukHTNumwt2sYVE5OE0wqET6LmkMe"], ["remember_token", "r_FOxn45wOrABslD6NMLeQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'r_FOxn45wOrABslD6NMLeQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:38.103719' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:38.105132' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:16:38.109550' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:38.111063' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$aJ2IAHRKlls4yac1VKgkduTpNGrkLRQZKm8qJ/Wd8X9dB260yL7cS"], ["remember_token", "sf8KnHxAPVQPfV_zabfxTg=="], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'sf8KnHxAPVQPfV_zabfxTg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:38 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:38.894810' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:38.896406' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3oWzV4UJK7MBo9waWV7pvOZrTWCMeKOR9WWGihbX6D/FTUARtvULW"], ["remember_token", "KSCJ7DK9amu-20cXbClYoQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KSCJ7DK9amu-20cXbClYoQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 85ms (Views: 83.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:16:39.659591' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:16:39.661145' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$V2HGU3Qxwf4rvxsChLRgEukywNhAzQCEwbRpqi4kewmBD0EiECP8C"], ["remember_token", "Re6VZjCz80trYHn_hbmVXA=="], ["updated_at", Thu, 20 Mar 2014 08:16:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Re6VZjCz80trYHn_hbmVXA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:40 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Re6VZjCz80trYHn_hbmVXA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:40 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hFVG/G87l/Fz81x00NWUC.NlWDKaHLan7xC3jSsYvJOajCWo3pzim"], ["remember_token", "YSF_VNtjxvd47sjGHgxCuQ=="], ["updated_at", Thu, 20 Mar 2014 08:16:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YSF_VNtjxvd47sjGHgxCuQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YSF_VNtjxvd47sjGHgxCuQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:41 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1eyJ5dD7mi7CkMYZI7G30eJQ5RmZzoPD.Hj0sXdWB7LO6P0VBDDo."], ["remember_token", "YrjRJfn_LZg5Fvx-L0Ue9w=="], ["updated_at", Thu, 20 Mar 2014 08:16:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YrjRJfn_LZg5Fvx-L0Ue9w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (80.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 85.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YrjRJfn_LZg5Fvx-L0Ue9w==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cmE4zRpFdCtxG5MpO47m8.8dGGybHZC/Yh2pKfqvrcXebdN83Rbba"], ["remember_token", "gRIoepDxxQz6MMT5ooyCVw=="], ["updated_at", Thu, 20 Mar 2014 08:16:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gRIoepDxxQz6MMT5ooyCVw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:42 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gRIoepDxxQz6MMT5ooyCVw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (78.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 87.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:16:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:42 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:16:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cOLlz3fJc1siCz2zgi2RXesfb17obQAzPvHx/QhSKXiW/bcwiWAE6"], ["remember_token", "EI8D0-L7nvx7IRVsAgcmag=="], ["updated_at", Thu, 20 Mar 2014 08:16:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:16:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"commit"=>"Iniciar Sesión", "utf8"=>"✓", "session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:16:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EI8D0-L7nvx7IRVsAgcmag==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:16:43 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'EI8D0-L7nvx7IRVsAgcmag==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (86.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 98ms (Views: 95.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:16:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:16:43 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Sean Camacho"], ["price", 1348], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-12-31 21:10:57.814522', "updated_at" = '2014-03-20 08:19:00.815223' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-12-31 21:10:57.814522' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Roe"], ["price", 3233], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-09-25 23:55:22.819409', "updated_at" = '2014-03-20 08:19:00.819758' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-09-25 23:55:22.819409' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Bgr Transito Ferreira"], ["price", 3681], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-12-23 10:02:00.823083', "updated_at" = '2014-03-20 08:19:00.823423' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-12-23 10:02:00.823083' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "Bgr Katy Doe"], ["price", 2324], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-12-09 04:54:40.826616', "updated_at" = '2014-03-20 08:19:00.826957' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-09 04:54:40.826616' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Jose Lopez"], ["price", 3527], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-06-04 10:51:26.830136', "updated_at" = '2014-03-20 08:19:00.830465' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-06-04 10:51:26.830136' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "CEO Sean Doe"], ["price", 2190], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-07-03 03:10:38.833580', "updated_at" = '2014-03-20 08:19:00.833898' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-07-03 03:10:38.833580' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Ramon Roe"], ["price", 2809], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-07-03 12:51:23.837122', "updated_at" = '2014-03-20 08:19:00.837900' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-07-03 12:51:23.837122' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "MVP Jane Doe"], ["price", 1490], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-04-26 02:52:34.842437', "updated_at" = '2014-03-20 08:19:00.842804' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-04-26 02:52:34.842437' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "Sir Katy Williams"], ["price", 2860], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2011-09-22 19:27:59.845949', "updated_at" = '2014-03-20 08:19:00.846262' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-09-22 19:27:59.845949' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "Sir Transito Roe"], ["price", 2937], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-09-13 07:59:48.849274', "updated_at" = '2014-03-20 08:19:00.849594' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-09-13 07:59:48.849274' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:19:00 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.5ms)
Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3Vy1OQcK.WjcYq3R.jCZQOxB4HcTD0tlO3k0fQtRMgFd94849pqoK"], ["remember_token", "I1b3udAQQEZxRoxziO8RWQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I1b3udAQQEZxRoxziO8RWQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:02 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:02 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:19:02 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I1b3udAQQEZxRoxziO8RWQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
[1m[35m (0.0ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (133.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (141.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 158ms (Views: 155.0ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (91.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.1ms)
Completed 200 OK in 99ms (Views: 98.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rx5FvVBRojUZPQUt7o9Kv.9a4WZ99mfYsMNZRRb5oyNPIcivXlA5O"], ["remember_token", "I7SG4afbNiBX9HdHVxzoXg=="], ["updated_at", Thu, 20 Mar 2014 08:19:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 343ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I7SG4afbNiBX9HdHVxzoXg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:03 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:03 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:19:03 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I7SG4afbNiBX9HdHVxzoXg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:03 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"", "category_ids"=>[""], "name"=>"", "description"=>""}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'I7SG4afbNiBX9HdHVxzoXg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 41ms (Views: 25.3ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.8ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$EBSNpKINwotNiI1KKGxXJOE3qzRYLqMXBZbWc056ZFSCewn9w5M/C"], ["remember_token", "0CLsBtG_aXJIW0uAn7_3-w=="], ["updated_at", Thu, 20 Mar 2014 08:19:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0CLsBtG_aXJIW0uAn7_3-w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:04 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:04 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0CLsBtG_aXJIW0uAn7_3-w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (101.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 121ms (Views: 118.0ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"", "category_ids"=>[""], "name"=>"", "description"=>""}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0CLsBtG_aXJIW0uAn7_3-w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 42ms (Views: 25.3ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3gzRTff3sYEZEbQsYqRjDucHNASSEiankFVb5mmAzpjkMF20zWfJO"], ["remember_token", "jaItlG6TnPPiF8RigSNbfA=="], ["updated_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jaItlG6TnPPiF8RigSNbfA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:19:05 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jaItlG6TnPPiF8RigSNbfA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (13.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 97ms (Views: 94.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:05 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"855.5", "category_ids"=>["", "1"], "name"=>"product name", "description"=>"a little longer text
"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jaItlG6TnPPiF8RigSNbfA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:05 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 38ms (Views: 16.9ms | ActiveRecord: 0.8ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (74.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 81ms (Views: 79.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mx8Wx0PnA1yxSEiavOpwq.mTKNqeJx8NoyG6CTcLYmLbfFqPMxkom"], ["remember_token", "hrrop17WEJAFA50KcqM-sA=="], ["updated_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hrrop17WEJAFA50KcqM-sA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hrrop17WEJAFA50KcqM-sA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.0ms)
Completed 200 OK in 26ms (Views: 23.0ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"855.5", "category_ids"=>["", "1"], "name"=>"product name", "description"=>"a little longer text
"}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hrrop17WEJAFA50KcqM-sA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (10.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 31ms (Views: 19.2ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_categorizations" [0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7BpfJoRiHmvK16Yq1EcqpuQOmmx.eodxHUPCQFHBgGrFHu13PJd2a"], ["remember_token", "BGlEtmDwf3ztbDgylqutMA=="], ["updated_at", Thu, 20 Mar 2014 08:19:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BGlEtmDwf3ztbDgylqutMA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:07 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BGlEtmDwf3ztbDgylqutMA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (13.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 32ms (Views: 28.6ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$FwIXSXkkFzQYcJLjoH6sUuSbUa5HmBR.PbNaRMvVxJyLDIL3w4vu6"], ["remember_token", "tI7ed5BFSMwAkOWzdUFSLg=="], ["updated_at", Thu, 20 Mar 2014 08:19:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tI7ed5BFSMwAkOWzdUFSLg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 96ms (Views: 12.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:08 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tI7ed5BFSMwAkOWzdUFSLg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BR6pec7M/ru1ep.sJFcVSOTBDA7CRZMSGnGRiVr6//VF6JF7DTIJe"], ["remember_token", "yhUq8sDlSnsIItq5ZRY0rA=="], ["updated_at", Thu, 20 Mar 2014 08:19:08 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yhUq8sDlSnsIItq5ZRY0rA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:09 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yhUq8sDlSnsIItq5ZRY0rA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6HlsNIG2nF4NtbKzrmN.Cu0VXnvDmVHTTv98MP/YD.0YgjaxYjK7W"], ["remember_token", "dCb-_pTeK9dekTWoIqkHXw=="], ["updated_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 422ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dCb-_pTeK9dekTWoIqkHXw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.9ms)
Completed 200 OK in 27ms (Views: 24.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:19:09 UTC +00:00]]
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dCb-_pTeK9dekTWoIqkHXw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.2ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (21.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 36ms (Views: 32.3ms | ActiveRecord: 0.7ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$F8YOS7HGN7mllC94DTeMVeaZyHI2.oNttJHjBLXhF/EmLd1DiRv/C"], ["remember_token", "gE_CMOoiOPnzf5s2I4q1Ug=="], ["updated_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (86.8ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 419ms (ActiveRecord: 86.8ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gE_CMOoiOPnzf5s2I4q1Ug==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 12.0ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:10 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gE_CMOoiOPnzf5s2I4q1Ug==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WATx/bvK.BvEM7MX5n/PJu80Eb9CLaNhcdHo2YzL/nPbPTHF6MchO"], ["remember_token", "6IOAiNiHGc2oVhDWSOVTVA=="], ["updated_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 412ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6IOAiNiHGc2oVhDWSOVTVA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:11 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:19:11 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6IOAiNiHGc2oVhDWSOVTVA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (81.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 90ms (Views: 89.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$iB2PgE58MSOH4650bXEQfefT/lheZal35lFJQ.bBQZRw1XK5NYHcK"], ["remember_token", "qYZonJ7yDk2kpAHUtdF8_w=="], ["updated_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qYZonJ7yDk2kpAHUtdF8_w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qYZonJ7yDk2kpAHUtdF8_w==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.0ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (74.9ms)
Completed 200 OK in 99ms (Views: 95.5ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"12392.2", "category_ids"=>["", "1"], "name"=>"very little description", "description"=>"this is a little longer description, can be very long"}, "id"=>"1", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qYZonJ7yDk2kpAHUtdF8_w==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 25ms (Views: 14.8ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qXfA8NXP96cBaQTmwanqwulxuG4TxkxgA1ZgRgWukuz8XP5oIm7lu"], ["remember_token", "fc64jWJu7Cd2FwLkI3P3Zg=="], ["updated_at", Thu, 20 Mar 2014 08:19:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fc64jWJu7Cd2FwLkI3P3Zg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 90ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:19:13 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fc64jWJu7Cd2FwLkI3P3Zg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:13 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"855.5", "category_ids"=>["", "1"], "name"=>"product name", "description"=>"a little longer text
"}, "id"=>"1", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fc64jWJu7Cd2FwLkI3P3Zg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "name" = 'product name', "price" = '855.5', "updated_at" = '2014-03-20 08:19:13.361810' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 94ms (Views: 13.8ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.3ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qT/61pW5LFgIgWOsrS1WE.B/dELoJIBoisv6kajNtp6G8Fa1SVXSi"], ["remember_token", "5ft0tCCG1Qjhib4AyyVIpg=="], ["updated_at", Thu, 20 Mar 2014 08:19:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5ft0tCCG1Qjhib4AyyVIpg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5ft0tCCG1Qjhib4AyyVIpg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (12.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"", "category_ids"=>["", "1"], "name"=>"", "description"=>"this is a little longer description, can be very long"}, "id"=>"1", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5ft0tCCG1Qjhib4AyyVIpg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (83.9ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (95.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 119ms (Views: 104.2ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4HACTVTXj14sTwgwtqj0eulGpkYZhpuLk/jb.aKmg9G.zVthGEJH6"], ["remember_token", "dhtjeHf1tObE_jCdez-pEg=="], ["updated_at", Thu, 20 Mar 2014 08:19:14 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dhtjeHf1tObE_jCdez-pEg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (26.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.8ms)
Completed 200 OK in 260ms (Views: 257.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00]]
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.3ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.2ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:19:15 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dhtjeHf1tObE_jCdez-pEg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.3ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (8.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (17.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (31.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 71ms (Views: 50.7ms | ActiveRecord: 1.1ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:19:15 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"", "category_ids"=>["", "1"], "name"=>"", "description"=>"this is a little longer description, can be very long"}, "id"=>"1", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dhtjeHf1tObE_jCdez-pEg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.3ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.6ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (18.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 205ms (Views: 28.7ms | ActiveRecord: 0.7ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$O8Dvc9QQ8PRkzC8XJsBTiuu4X/w2JpbHH7XgNj5vcQvoGEymSde5O"], ["remember_token", "lxePezP5DcEBDaAzC3jhoQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 395ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lxePezP5DcEBDaAzC3jhoQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:16 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lxePezP5DcEBDaAzC3jhoQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:16 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:16 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:16 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cBjYFQknpICB8cnPZPCYt.FmVYqpAhO6dLgFoabMuTP3wJSAUIU.2"], ["remember_token", "VVUVe7PLxQ28Tw6jd7ii4Q=="], ["updated_at", Thu, 20 Mar 2014 08:19:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VVUVe7PLxQ28Tw6jd7ii4Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 96ms (Views: 94.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VVUVe7PLxQ28Tw6jd7ii4Q==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:17 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:19:17 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nqkTp4QNCLXF/EZI.7arE.yi9kZuTKwzGlcShi/W6a5ULtm1TGx1a"], ["remember_token", "q1SgsfNoix9pU66NQxecIg=="], ["updated_at", Thu, 20 Mar 2014 08:19:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q1SgsfNoix9pU66NQxecIg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:19:17 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'q1SgsfNoix9pU66NQxecIg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 88ms (Views: 85.9ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 78ms (Views: 7.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:18 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$F5wJyOIHOjzKVxtjiqqxmeaNqwqSCwlAdWfmZrGcTHGZdWNrXhAaW"], ["remember_token", "npMMN5JSzRmkFa3_4G9ftg=="], ["updated_at", Thu, 20 Mar 2014 08:19:18 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'npMMN5JSzRmkFa3_4G9ftg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:19 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xXg9OwvEed6pl4.mRxAduezBcTnYnXG.wHk37hnnnKPDZyO72cL4C"], ["remember_token", "7U2B0wTIz4VMMG14WdlqMw=="], ["updated_at", Thu, 20 Mar 2014 08:19:19 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:19 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7U2B0wTIz4VMMG14WdlqMw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:19 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZM0.uFKtq/B03CHeLzGKNOZPJ6/RUsqJV4ihdLOyTbYuuF8TK/UjC"], ["remember_token", "N6gdQRiajNfIXyOaZKWpmQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'N6gdQRiajNfIXyOaZKWpmQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (83.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 89ms (Views: 88.0ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$x3x7GeAPTgvJKMX8xWvg0uw8YrJt4YgmXosHcemHEkkfjaHfzh4NK"], ["remember_token", "qmERpZZYwfE5fZYnX1-0sg=="], ["updated_at", Thu, 20 Mar 2014 08:19:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qmERpZZYwfE5fZYnX1-0sg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Q.y35scEm/itqJkzTMs7ge4RpeTmflxK6eBSh0qwy08z0SFYAFhK2"], ["remember_token", "vnmQtRCfOHJHeJGP67YMLw=="], ["updated_at", Thu, 20 Mar 2014 08:19:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vnmQtRCfOHJHeJGP67YMLw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vnmQtRCfOHJHeJGP67YMLw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:21 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:19:21 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (10.1ms)
Completed 200 OK in 88ms (Views: 16.1ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ON5FW8L2h39F40s0iIw5eezcwQ66LOaS3zmu5bc77fUWj6Xtj9DPK"], ["remember_token", "CyQwryWj_UOWNuI-v4nUAA=="], ["updated_at", Thu, 20 Mar 2014 08:19:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'CyQwryWj_UOWNuI-v4nUAA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:19:22 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'CyQwryWj_UOWNuI-v4nUAA==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:22 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:19:22 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$IdRSUr3mvN2lYEpMRWhhg.vNv5CY9A1ucoSVZeJ0n2ZrIIlLETWsq"], ["remember_token", "F6ItV3sDn0EzBzeLSjFPpQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'F6ItV3sDn0EzBzeLSjFPpQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:19:23 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'F6ItV3sDn0EzBzeLSjFPpQ==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$mFFzgumTCTZ/QKnQhOcjD.iHPnoyQYrwRPO40olCFsX5qrCBICEJW"], ["remember_token", "WF2-yVnG_IN9in0pmzDSfw=="], ["updated_at", Thu, 20 Mar 2014 08:19:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 386ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WF2-yVnG_IN9in0pmzDSfw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WF2-yVnG_IN9in0pmzDSfw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eZJy0l37bzmf066/L3gMxeG2BKBpWQ8v6gVXlW8GHA2NkZhgkWYye"], ["remember_token", "XLhdINkAGsyr1BheBLQbgg=="], ["updated_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XLhdINkAGsyr1BheBLQbgg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 91ms (Views: 89.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:19:24 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:19:24 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XLhdINkAGsyr1BheBLQbgg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:29 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$qE16AEuE3YVkJc44z7IhteiMp7amoj6vPtiHJniZ.7nDHNHRPTz1q"], ["remember_token", "pa7N50kt0ZthBZLnTFO6Jw=="], ["updated_at", Thu, 20 Mar 2014 08:19:29 UTC +00:00]]
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:31 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$uwO89237nQxX4NVpEpfMGe932aC5gb3ZonlRaPj6F3E6Vml4rTWUe"], ["remember_token", "W5nYHmz56yTKif8hChSBHw=="], ["updated_at", Thu, 20 Mar 2014 08:19:31 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:31 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$apb.4mwgscTJv3R7IvPdbeqkkT0ViHR4FNHlRYxAsv/R9bHIlOOyi"], ["remember_token", "RToFDMxlXXx9IlnnqMmktQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:31 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:32 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$SKTZS8.y4Al6jEKg5nmwceNV237g406gLuSwZ4skgo8qPGFh1x1UG"], ["remember_token", "6OIZ3mVGOEWV0SnQf6VTZg=="], ["updated_at", Thu, 20 Mar 2014 08:19:32 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$vvdovK/eLruqp.Hxdu7Ieupv5JJoUoKiThVVTVTTYdveQJxkNFtry"], ["remember_token", "TPhbI_YOSSTFcRjLPYBbsA=="], ["updated_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TPhbI_YOSSTFcRjLPYBbsA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (8.9ms)
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VK5lk.KXt4xNuElw/GlxYea2sDxFuWiGByq7odOhKq/r4c80ZtBZq"], ["remember_token", "w5cYQ7A1Xesn-5nnI0mPYg=="], ["updated_at", Thu, 20 Mar 2014 08:19:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'w5cYQ7A1Xesn-5nnI0mPYg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 84ms (Views: 82.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.5ms)
Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$00n90oh8EV7qbghZN992jOQ/x6V1LMHV.avBixI7oDKO5GfEOJEL6"], ["remember_token", "NUQvnS6e-LLW-MUf9bdnGA=="], ["updated_at", Thu, 20 Mar 2014 08:19:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NUQvnS6e-LLW-MUf9bdnGA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$TQ9YAYuxeLZ0GL2IBL9jGe7m8uQQ7wa6r/ihEwNxakEyIj8rT3vOC"], ["remember_token", "2MunDhi0GYbWOIA7-mYhsA=="], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2MunDhi0GYbWOIA7-mYhsA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.5ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:35 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:35.961641' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:35.963361' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$R5o7i6eeT1nUOyx9/J9h/e7KPDORewLuEj9j8q/fUb3Vm47DSI2ki"], ["remember_token", "k_K4xfGy4iW52gGrvDbreQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'k_K4xfGy4iW52gGrvDbreQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:36.716981' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:36.718411' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.4ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$UhkfPWdgbMqcVwdIzM7wR.t8zywFMHBPCC7b7MfLBQk3qYfuRVzt2"], ["remember_token", "V5YOwv1kx0sGKSk0hVtjyg=="], ["updated_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V5YOwv1kx0sGKSk0hVtjyg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:37.547507' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:37.548916' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$EUJnGhXGIuw.Isc8JrvxQePtxlFKZmhtHm/veK2pXSsXXQzCHP5xC"], ["remember_token", "SEymFch1QggpVeERY2haJA=="], ["updated_at", Thu, 20 Mar 2014 08:19:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SEymFch1QggpVeERY2haJA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:38.308490' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:38.310192' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:38.313670' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:38.315076' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YZNN5PciLQpqQPUOYBWVmuAfuKnFJLqI1tF9BfXQFnCgTC2bLUZQe"], ["remember_token", "HXnyYimu0pX8LdjqXLtKDA=="], ["updated_at", Thu, 20 Mar 2014 08:19:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'HXnyYimu0pX8LdjqXLtKDA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:39.080211' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:39.081702' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LHGvxZjtk4iOCeCM0lg7zO6T6i3sJ.6xuFzIojdkny7uXwwpGkgz."], ["remember_token", "pPfj2V9dha_zfRmRhgLCcw=="], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pPfj2V9dha_zfRmRhgLCcw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:39.846995' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:39.848519' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ExO141YxvWvXmwVHyWJc6uCyuBFOpbIbtyfNw2RCaTstyZ1r1BLoW"], ["remember_token", "D3piRmoHKBURnfMc7O1ykA=="], ["updated_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'D3piRmoHKBURnfMc7O1ykA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 12.6ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:40.620944' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:40.622657' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$doma0nSFeNq9QolJEpUxFOvHlKUbcjU4E9jjBpqGN1kb6ELMnFZfm"], ["remember_token", "zNq7JGRc4sLqjyA-D-j5eQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zNq7JGRc4sLqjyA-D-j5eQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:41.401187' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:41.402675' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xBCMnlDa8ZFd85qLnmkHnOCIut1azvVyl6T9.OHoyE7goJaq669PW"], ["remember_token", "bRlLM-PrknmlvAGCc4OxvA=="], ["updated_at", Thu, 20 Mar 2014 08:19:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bRlLM-PrknmlvAGCc4OxvA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:42.184187' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:42.185687' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qf4QnkPUtON.6J9e5mbVaO4J0tYuIG25PK0yZnW0EUnDqqH14dxEC"], ["remember_token", "U21GD09CFHgFWopf8jl_Og=="], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'U21GD09CFHgFWopf8jl_Og==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:42 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:42.958426' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:42.960522' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (10.0ms)
Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$MesaeJmYktNLjJIXs5pa7uPZhxFzAwmoewQEBYizxR03DBEw9DGWm"], ["remember_token", "ZSlMZYSPx9t0xIbqiK7P3Q=="], ["updated_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZSlMZYSPx9t0xIbqiK7P3Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:43 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:43.785437' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:43.786897' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:19:43.791002' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:43.792420' WHERE "adminpanel_galleries"."id" = 3
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$JReOJRt65tL94.ls2htX7ep/9fT.Pd8fBrtgDjpvJVBhkoVTMr08."], ["remember_token", "UE1HZTH7VKmy2eThjUS9Mw=="], ["updated_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UE1HZTH7VKmy2eThjUS9Mw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:19:44.554113' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:19:44.555598' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$d7qfFghHP8v7is2MqdNX8u3R2mKlN9yGWUkzJ3n67rUhkQhU2nKjW"], ["remember_token", "GaBRwbYlaUigDPJCUIlrDQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GaBRwbYlaUigDPJCUIlrDQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:45 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:19:45 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GaBRwbYlaUigDPJCUIlrDQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.2ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OW9Y/WNMW02E9IL.xrEPiuZW9UXFxF8Vx2tW91BwHIji2NkNVdbXa"], ["remember_token", "W14hIQzmKqne6HPh0-IRyQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'W14hIQzmKqne6HPh0-IRyQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'W14hIQzmKqne6HPh0-IRyQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (88.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 103ms (Views: 100.3ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/RxkHGdPQCHACMoa1OyNcuG3cw6e0aYznwA2GzZbWDOIUaEchdyUm"], ["remember_token", "3TvG8X_0W6er-SmNs3OD5Q=="], ["updated_at", Thu, 20 Mar 2014 08:19:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3TvG8X_0W6er-SmNs3OD5Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3TvG8X_0W6er-SmNs3OD5Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 97ms (Views: 89.6ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3TvG8X_0W6er-SmNs3OD5Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (18.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.7ms)
Completed 200 OK in 61ms (Views: 43.1ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3WXmeMPTl/CbaDmxaJEIrefx5zfwaklZqmNGZAeSCNq6bpolaePwy"], ["remember_token", "DTXjd4znZ7Fe0OVdNuWW4w=="], ["updated_at", Thu, 20 Mar 2014 08:19:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.5ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.5ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'DTXjd4znZ7Fe0OVdNuWW4w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (86.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 98ms (Views: 96.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:19:47 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'DTXjd4znZ7Fe0OVdNuWW4w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:47 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'DTXjd4znZ7Fe0OVdNuWW4w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.5ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$gYeMeh/CMfQv5Pyj1Wc/ouLZqn9gnPou8rbTh7Bt9qVGhDxXUOg0G"], ["remember_token", "Vqe52pxL3vS78PwnZhCzzQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Vqe52pxL3vS78PwnZhCzzQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Vqe52pxL3vS78PwnZhCzzQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Vqe52pxL3vS78PwnZhCzzQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 12ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Vqe52pxL3vS78PwnZhCzzQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (75.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 83ms (Views: 80.9ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OT4OZM3s62fl5WTKP2xSqewA26fgc1H52SNSpsHLSmHG2e97zaaTO"], ["remember_token", "vcVLfzSEK_dK1aNDZbGwvQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vcVLfzSEK_dK1aNDZbGwvQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vcVLfzSEK_dK1aNDZbGwvQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vcVLfzSEK_dK1aNDZbGwvQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:49 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 14ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vcVLfzSEK_dK1aNDZbGwvQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rZ88jknDCAWlKecHIwwr8uG3z/so8qSKicdxp7RzOg6jGWQtSSD.."], ["remember_token", "6srOHZ7aHIsIZisXUNo9Pw=="], ["updated_at", Thu, 20 Mar 2014 08:19:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6srOHZ7aHIsIZisXUNo9Pw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:50 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6srOHZ7aHIsIZisXUNo9Pw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:50 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$aH345HuObXT8fnr3THveHudoVVOQqSl9Yhj3Su/Uwr4Oj.utTIrh."], ["remember_token", "u-afMnLrMH-VRJgATbkrwQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'u-afMnLrMH-VRJgATbkrwQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (140.9ms)
Completed 200 OK in 163ms (Views: 161.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'u-afMnLrMH-VRJgATbkrwQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.6ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LiHIMEDJJTq2EW/zCOQVbuaEtGu./v53FB9dfjxqu23OvS86sFAWS"], ["remember_token", "dJKR8NcXIcgO7wvIGnCl8A=="], ["updated_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 323ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dJKR8NcXIcgO7wvIGnCl8A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (78.1ms)
Completed 200 OK in 90ms (Views: 88.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'dJKR8NcXIcgO7wvIGnCl8A==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:51 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:19:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fjDZGKnyTGfGM1Y435zP5u/Tg5tsT5f5axYEjS6ucNxk3kP9Ga2gu"], ["remember_token", "NwdmkFSGrh4MyaYJ8IWurQ=="], ["updated_at", Thu, 20 Mar 2014 08:19:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NwdmkFSGrh4MyaYJ8IWurQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:52 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NwdmkFSGrh4MyaYJ8IWurQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:19:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$PVOPdnZtMXtY8SB2NSCfC.WqFgYS8HlUVAei2jYz6G06RofWQqPFG"], ["remember_token", "_mhJR_uztmbagn3pjDDdFg=="], ["updated_at", Thu, 20 Mar 2014 08:19:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:19:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:19:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_mhJR_uztmbagn3pjDDdFg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (14.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:19:53 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_mhJR_uztmbagn3pjDDdFg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (12.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (119.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 152ms (Views: 144.9ms | ActiveRecord: 0.4ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:19:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:19:53 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.3ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
[1m[35mSQL (5.4ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "MVP Ramon Williams"], ["price", 4035], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-02-24 01:30:31.376828', "updated_at" = '2014-03-20 08:27:22.377577' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-02-24 01:30:31.376828' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Ramon Camacho"], ["price", 2031], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-10-06 11:07:53.382002', "updated_at" = '2014-03-20 08:27:22.382367' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-10-06 11:07:53.382002' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Sir Jane Williams"], ["price", 4855], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-11-17 20:41:27.385820', "updated_at" = '2014-03-20 08:27:22.386149' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-11-17 20:41:27.385820' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Williams"], ["price", 1752], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-04-09 04:38:58.389432', "updated_at" = '2014-03-20 08:27:22.389788' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-04-09 04:38:58.389432' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "CEO Sean Gonzalez"], ["price", 4431], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-01-15 06:50:26.393313', "updated_at" = '2014-03-20 08:27:22.393671' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-01-15 06:50:26.393313' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Sir John Ferreira"], ["price", 3709], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-04-07 08:38:02.473893', "updated_at" = '2014-03-20 08:27:22.474261' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-04-07 08:38:02.473893' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "CEO Katy Lopez"], ["price", 1468], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-09-12 12:50:56.477614', "updated_at" = '2014-03-20 08:27:22.477960' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-09-12 12:50:56.477614' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Sean Doe"], ["price", 4844], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-12-22 13:39:38.481164', "updated_at" = '2014-03-20 08:27:22.481497' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-22 13:39:38.481164' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Gonzalez"], ["price", 4036], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2014-02-20 21:43:48.484708', "updated_at" = '2014-03-20 08:27:22.485040' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-02-20 21:43:48.484708' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "CEO Jane Holmes"], ["price", 2485], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2013-04-12 19:30:36.488185', "updated_at" = '2014-03-20 08:27:22.488512' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-04-12 19:30:36.488185' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:27:22 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:28 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$BMauLzDSijVaPFbzx3op4.CwN.NEyOtuSkCh7DGseCtnOASpMmwXG"], ["remember_token", "LhT2ZpIZrn_foEuOzCY9rw=="], ["updated_at", Thu, 20 Mar 2014 08:27:28 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:28 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$rdLpEWuUquH5G7FelzG39e6tBG84KuCx6CmplN3Qvw461lOG6tbDe"], ["remember_token", "J1VvqqUr6Cgg5GYyfMJ2KQ=="], ["updated_at", Thu, 20 Mar 2014 08:27:28 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:29 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$lliePc/4uS5lJ7sE4NBsWOLoOA7C3r5vKgrEvEdsc5GvwAIL0g0Y2"], ["remember_token", "3t--Vd7phs-Gt3zk8u2_Mg=="], ["updated_at", Thu, 20 Mar 2014 08:27:29 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:29 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$f8tNd1sCrD6ZP9vSsqbEzusjUk/wtp.zxzPstNW9.8y.dCvfq27K2"], ["remember_token", "Us0At4vmmwJX_P10E61rYg=="], ["updated_at", Thu, 20 Mar 2014 08:27:29 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 80ms (Views: 7.4ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dZb00gKK7Ltvw6uw1hw7Z.G5Uz..4DCqJspa.4oZlMs9.93qUEGhe"], ["remember_token", "UMuChkoiMAC_T_yjaXnPWA=="], ["updated_at", Thu, 20 Mar 2014 08:27:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 332ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UMuChkoiMAC_T_yjaXnPWA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (29.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (3.7ms)
Completed 200 OK in 79ms (Views: 75.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (11.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.8ms)
Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$R0aduMKL1sAqb7gN0XxuO.COLFPosvKRLrj5zVX4z4RihqnNgHeoq"], ["remember_token", "X8HRKqFpkUerBgn9CiS81g=="], ["updated_at", Thu, 20 Mar 2014 08:27:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 358ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'X8HRKqFpkUerBgn9CiS81g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (18.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 40ms (Views: 34.2ms | ActiveRecord: 0.4ms)
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.3ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (10.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (14.4ms)
Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$B1MSGVpxEH2D7Xj5Bvwvi.bSarkgXv6N4m9/7kMoLUVDbvVuQM/tW"], ["remember_token", "i-NiWIGf-OP44t7fhaUBCw=="], ["updated_at", Thu, 20 Mar 2014 08:27:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 354ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (1.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'i-NiWIGf-OP44t7fhaUBCw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 242ms (Views: 24.9ms | ActiveRecord: 1.0ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:27:34 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fx535dMi0/Y7yyZxFfXtUuvDtNNCtghOxohHQhzQDQkFaAlQ4o.VG"], ["remember_token", "iLQNrAUsFFEURyqZlH7Y9Q=="], ["updated_at", Thu, 20 Mar 2014 08:27:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.5ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.5ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iLQNrAUsFFEURyqZlH7Y9Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:27:35 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.4ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Vlh8uxLtoXCPda24CGfK8uFBTvCJLL/3geUfC8fYlmYpy6y8U0T2G"], ["remember_token", "4e-WpGVtkczSJZv41pJ5CA=="], ["updated_at", Thu, 20 Mar 2014 08:27:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '4e-WpGVtkczSJZv41pJ5CA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:36 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:27:36 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '4e-WpGVtkczSJZv41pJ5CA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.9ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YkzprjbCK58EOyYL3mRbYeakkKNMacaT6rWKXABfdk7q11rQIYo.2"], ["remember_token", "ja3igYuqjpNHDRMItiC45g=="], ["updated_at", Thu, 20 Mar 2014 08:27:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ja3igYuqjpNHDRMItiC45g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Lz6zbTFba/S82Zzm/sq0mOIonbz8QhMTXhwG5XClXoz3StDNDuwNu"], ["remember_token", "OQYWG-8blImYaqm4P8kgow=="], ["updated_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'OQYWG-8blImYaqm4P8kgow==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$q6b5O9LAJzdjWI6gj6QGtutLEp.EZiraYXGqZpl/b0wfgk1Xo/c9e"], ["remember_token", "m94iql8Uegk_BmLmG-zm8g=="], ["updated_at", Thu, 20 Mar 2014 08:27:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'm94iql8Uegk_BmLmG-zm8g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5rurMC4v.ed1Uc/pcbV8q.9bbdNKaf4Ma1toU/5XIMo8v6fL5ABSi"], ["remember_token", "JkfIiykwQfAf-XUdn3tOFA=="], ["updated_at", Thu, 20 Mar 2014 08:27:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JkfIiykwQfAf-XUdn3tOFA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:40.573310', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:40.575030', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Dnzd4szkQoa0B4zkV9NFbemI3vI2NbOtKbtsQxGHae8Mxd4if2wPq"], ["remember_token", "A2ZSazMdwz9cuPVURb2SCw=="], ["updated_at", Thu, 20 Mar 2014 08:27:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'A2ZSazMdwz9cuPVURb2SCw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.6ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:41 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:41.749954', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:41.751620', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$KZGP28dM8a3QhnH4kJSfp.MdGZ3c4qguasbESl80dGaHWdvSqND5O"], ["remember_token", "QznhbxFmHJqohZ9WQx_9Ew=="], ["updated_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QznhbxFmHJqohZ9WQx_9Ew==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:42 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:42.893975', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:42.895446', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NGww7X1Venfo7SPefyeN3Oba8h6E4jbib2TT7ptQ3QnK3VhVCSsmq"], ["remember_token", "apuUkMbNHoFmQOJU5P4YMw=="], ["updated_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'apuUkMbNHoFmQOJU5P4YMw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:43 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:44.079763', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:44.081183', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:44.085224', "position" = 3 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:44.086596', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2j3hGZ9G4wThuEuu.wzLf.aVhdR5Bpua/L6HnhQRNWOOnMVEZk/hG"], ["remember_token", "CNhjkE3DIrbC0tTzt-vheg=="], ["updated_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'CNhjkE3DIrbC0tTzt-vheg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:45.254300', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:45.255793', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$wNnZD/VtnwetegO6Unpw8.K.jvlyIHjywpZZTuTXAxhgjfrQoMa1S"], ["remember_token", "HO_oMSPoRCJH0jOmx4kTkg=="], ["updated_at", Thu, 20 Mar 2014 08:27:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'HO_oMSPoRCJH0jOmx4kTkg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:46.474465', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:46.476025', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$az71pr24JL0bvp1ALv6m5.83U8d7BRDTmdBtA9Ta5k.O8t8iCoKL6"], ["remember_token", "XMCqaHKe1m5y3inF-XfOtA=="], ["updated_at", Thu, 20 Mar 2014 08:27:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XMCqaHKe1m5y3inF-XfOtA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:47.598625', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:47.600124', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$U23TZhstDfnbxy0XHuvgB.8rgCVdrmv93eff.rD//d6I0RLcX18VS"], ["remember_token", "5eWR5FcQbzDg1A3se0cuxw=="], ["updated_at", Thu, 20 Mar 2014 08:27:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5eWR5FcQbzDg1A3se0cuxw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:48.736301', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:48.737807', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$628KmXnHQvSQYfoOniyJmOHpUFIk8QQ25LCCceHHfLe6T0K9GoFp6"], ["remember_token", "5b1DKTCpeZt9iCvPFKlLHw=="], ["updated_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5b1DKTCpeZt9iCvPFKlLHw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:49 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:49.931405', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.3ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:49.935529', "position" = 2 WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.3ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:49.951607', "position" = 1 WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.4ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:49.958260', "position" = 2 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (10.7ms)
Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Vq3uCVIwjb2rsW1dounr2unmMU7EqffTn.l.dim/ZHQvwONHnnBX2"], ["remember_token", "nyWkq_MYU-6Q1YsOzfbgwA=="], ["updated_at", Thu, 20 Mar 2014 08:27:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'nyWkq_MYU-6Q1YsOzfbgwA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.7ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:51.230328', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:51.232402', "position" = 2 WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (11.2ms)
Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$SyXsVFKSCQYKU/IMIBGwX.E92yNAgXNxaHzpFNT7zLq.5ZT5JRkZ6"], ["remember_token", "nZE4AUW-xNC1x8R7y6ePzQ=="], ["updated_at", Thu, 20 Mar 2014 08:27:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 329ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'nZE4AUW-xNC1x8R7y6ePzQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (16.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 42ms (Views: 35.8ms | ActiveRecord: 0.4ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:52.537850', "position" = 1 WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:52.539449', "position" = 2 WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$a72BwXGVmDvnluOc0tHpauvuxOHBJnqKkFQzh5FpAlm9IAzS6jZCq"], ["remember_token", "UOo1ibNB6t1SAqnHDV6nvw=="], ["updated_at", Thu, 20 Mar 2014 08:27:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 325ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'UOo1ibNB6t1SAqnHDV6nvw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.5ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:27:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.3ms)[0m [1mUPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:53.741157', "position" = 1 WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "updated_at" = '2014-03-20 08:27:53.751436', "position" = 2 WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.6ms)
Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eU3uWLjSsO.m6w.rIOl/PeLjgsVH93IEXKglSbhcKvtUgKOtNq/.O"], ["remember_token", "a5eujJTiLuFURz-Rz8vyiQ=="], ["updated_at", Thu, 20 Mar 2014 08:27:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a5eujJTiLuFURz-Rz8vyiQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:27:54 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a5eujJTiLuFURz-Rz8vyiQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (10.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (14.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 36ms (Views: 33.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (11.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Zr0SZ524ibW6Pjvi5n73weyD52UayFXSbx0N8uYkrzEV34TKBIEUq"], ["remember_token", "BPF1tk0nN9HJ1viTV_VIsg=="], ["updated_at", Thu, 20 Mar 2014 08:27:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 351ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BPF1tk0nN9HJ1viTV_VIsg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:27:55 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BPF1tk0nN9HJ1viTV_VIsg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:55 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BPF1tk0nN9HJ1viTV_VIsg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 102ms (Views: 16.9ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cYbjKQULZci.xQwrzisfJOFJpLnLhFFFa8oQUnijXBpUBo39dRQKG"], ["remember_token", "Txr7nGzhWy7wtK56xJALBA=="], ["updated_at", Thu, 20 Mar 2014 08:27:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Txr7nGzhWy7wtK56xJALBA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Txr7nGzhWy7wtK56xJALBA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (76.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 87ms (Views: 84.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Txr7nGzhWy7wtK56xJALBA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 33ms (Views: 26.9ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$iu727nJ7W1NhWQpqO3hU/uyuMj2xuUcCC7RkLHxAkVs0K1rWWaXny"], ["remember_token", "d_n_6j8Ct-haxaUB7B0uqw=="], ["updated_at", Thu, 20 Mar 2014 08:27:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd_n_6j8Ct-haxaUB7B0uqw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 84.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd_n_6j8Ct-haxaUB7B0uqw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:56 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd_n_6j8Ct-haxaUB7B0uqw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:57 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 153ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd_n_6j8Ct-haxaUB7B0uqw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7DQ.wecK0fNLVt43aCqSMuUXzIaUwy.vnuJCyImOeSm2acACC8pE6"], ["remember_token", "KrwO90I0UpvB8Ji1wG_yKQ=="], ["updated_at", Thu, 20 Mar 2014 08:27:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KrwO90I0UpvB8Ji1wG_yKQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KrwO90I0UpvB8Ji1wG_yKQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:57 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KrwO90I0UpvB8Ji1wG_yKQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:58 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:58 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 204ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:27:58 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KrwO90I0UpvB8Ji1wG_yKQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zuYrUe2tQcj2xONQE7k8I.qDtA.6mOaTZP32Kn.OWvtRS/UE8SXMS"], ["remember_token", "Fux98yJpf1FAJSITcZBFFA=="], ["updated_at", Thu, 20 Mar 2014 08:27:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Fux98yJpf1FAJSITcZBFFA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:58 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Fux98yJpf1FAJSITcZBFFA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (74.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (79.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 92ms (Views: 89.3ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BVsL0nNmwE.dd6rqShrsvuaweV3stkk3cdSmqIorBeUGqLFxzBLIe"], ["remember_token", "7cwvMDBpChBrX9VOWqtQBg=="], ["updated_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:27:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:27:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7cwvMDBpChBrX9VOWqtQBg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:27:59 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7cwvMDBpChBrX9VOWqtQBg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 85.1ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:27:59 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:27:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1hNo/oG2ddhKdEOuqllgb..dU82nVWhHrMFZxEdQ.2euR5Wasv7uW"], ["remember_token", "8jKFDI0wEMXpeA2sq1S6uA=="], ["updated_at", Thu, 20 Mar 2014 08:28:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8jKFDI0wEMXpeA2sq1S6uA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 10.5ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:28:00 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8jKFDI0wEMXpeA2sq1S6uA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (99.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 115ms (Views: 112.3ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:00 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:28:00 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qKrvjBSfWUBIoz1/fbx8H.60.yh37./UYZH50OOwa1j6HLDDqztie"], ["remember_token", "2LChDaE_Oea95rFose4JcQ=="], ["updated_at", Thu, 20 Mar 2014 08:28:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2LChDaE_Oea95rFose4JcQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:28:01 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2LChDaE_Oea95rFose4JcQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 100ms (Views: 92.2ms | ActiveRecord: 0.6ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$JapggD4iu59wGC0zUQxPjODziWmQtHC39QPDMk/TAlZZIzCIz.D92"], ["remember_token", "eud8q-ukdFfPt9RQorhqYA=="], ["updated_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eud8q-ukdFfPt9RQorhqYA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:28:02 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eud8q-ukdFfPt9RQorhqYA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.3ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$./FK3.AzlayvWVNEFIQ8E.ShPUZ1w6WPDWFZK.DlMspxpxxJcOr6m"], ["remember_token", "a_7aoCEQGJ9Zz9VTNGAp4A=="], ["updated_at", Thu, 20 Mar 2014 08:28:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a_7aoCEQGJ9Zz9VTNGAp4A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a_7aoCEQGJ9Zz9VTNGAp4A==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GB5b.WGV3d/vnNhh.9mXe.cIksP4ssPODag4KLbWTfhiL0aCZv9bS"], ["remember_token", "w31dXqWlr7ldU-sTqXbY8w=="], ["updated_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'w31dXqWlr7ldU-sTqXbY8w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:28:03 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'w31dXqWlr7ldU-sTqXbY8w==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:28:03 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$G.vIxrtBYgoPWOlRAYbZTugTPCD0Ntp0mjUOBfWP8YWQjl3KxD5ra"], ["remember_token", "C9puWK6N2sd-oPGpXqtoQg=="], ["updated_at", Thu, 20 Mar 2014 08:28:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 335ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'C9puWK6N2sd-oPGpXqtoQg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:04 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:28:04 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:28:04 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'C9puWK6N2sd-oPGpXqtoQg==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.2ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (15.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 30ms (Views: 25.0ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.9ms)
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rfTEY5xENQqqX3VXpjNlsuVBaawzO9amoFsmIEQHTXoNsjoRZ5tIq"], ["remember_token", "RhzlqK9DsPl_E6UxJOYI3A=="], ["updated_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'RhzlqK9DsPl_E6UxJOYI3A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:28:05 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'RhzlqK9DsPl_E6UxJOYI3A==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$J6V3pZlJ3RmniuUQjXiZNuwfUeLGaD1w5gX0fc43zpBQYanIPNZ1i"], ["remember_token", "LTWL_EQ4fm_CRjaP_B9pSA=="], ["updated_at", Thu, 20 Mar 2014 08:28:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LTWL_EQ4fm_CRjaP_B9pSA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 96ms (Views: 94.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:06 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:28:06 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:28:06 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LTWL_EQ4fm_CRjaP_B9pSA==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 13.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qJO8pXWVg.eTxsy8IbjYfuq9AU7C9i81ushBXLhKglFcAABhdK65O"], ["remember_token", "cDPZ99zOyzGyTxmiaZLpxA=="], ["updated_at", Thu, 20 Mar 2014 08:28:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cDPZ99zOyzGyTxmiaZLpxA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (83.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 95ms (Views: 93.1ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:07 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cDPZ99zOyzGyTxmiaZLpxA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (22.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (3.1ms)
Completed 200 OK in 42ms (Views: 38.7ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 86ms (Views: 84.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sT/79/qA51XaIgwL5Zp8Nu9jn89vV/RdGCBbxxGbGOWYqp5qKH/rK"], ["remember_token", "pxRC2elMq_udYNyYF1HiLA=="], ["updated_at", Thu, 20 Mar 2014 08:28:07 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:07 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:08 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pxRC2elMq_udYNyYF1HiLA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:08 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pxRC2elMq_udYNyYF1HiLA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (16.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:08 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.5ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Mfu/I9cOJEBew06NkmK96OTCq50MeN/wZPOIdEqR3X8aDvolDMnle"], ["remember_token", "aDKZHkCOaACLMc5rmzm9Ig=="], ["updated_at", Thu, 20 Mar 2014 08:28:08 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:08 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aDKZHkCOaACLMc5rmzm9Ig==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00]]
[1m[35mSQL (0.8ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aDKZHkCOaACLMc5rmzm9Ig==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.4ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rJzbqsDaSwOv6Gzwk7mJlO/e434NQKXS7FGHA7uwLHvTLXvCRNeJC"], ["remember_token", "BuPS3mawlhVu7-p5l4j7yw=="], ["updated_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BuPS3mawlhVu7-p5l4j7yw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:09 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:09 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BuPS3mawlhVu7-p5l4j7yw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DbFiraji77IazgA6hR.U7OxjS3KveSdX4hxD4qlxtSZYf8ptA3x36"], ["remember_token", "XtLsxOxVG5Tp2ihtjRoK5A=="], ["updated_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XtLsxOxVG5Tp2ihtjRoK5A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:10 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:10 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'XtLsxOxVG5Tp2ihtjRoK5A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 20ms (Views: 14.9ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$lqSXAjT7hKoyBvifto2nMeAQ9IeBozRvqJSm1inqknQqt8qAwa1aS"], ["remember_token", "GbRb37_GX0pn9xP43fDUSQ=="], ["updated_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GbRb37_GX0pn9xP43fDUSQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:28:11 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GbRb37_GX0pn9xP43fDUSQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (111.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (121.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (126.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 139ms (Views: 136.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7GnRQA8Lbp4P0hJq2NhL3uUaCJ0p2Y8HuWJZMpl.YY2CTOzi1ZlEG"], ["remember_token", "S-P395FSnFQPjITs7elmfQ=="], ["updated_at", Thu, 20 Mar 2014 08:28:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'S-P395FSnFQPjITs7elmfQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:12 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:12 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:28:12 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'S-P395FSnFQPjITs7elmfQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.3ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 125ms (Views: 21.6ms | ActiveRecord: 0.5ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:12 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>[""], "description"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'S-P395FSnFQPjITs7elmfQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (92.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (103.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 128ms (Views: 111.6ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (8.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5SYt1FWB4oj3Pr.ILhXUneZhhIyFMlrkQGRs7Ia.oEulbg0exp5q."], ["remember_token", "xSQirmvcWZ3L0coV6sWRSA=="], ["updated_at", Thu, 20 Mar 2014 08:28:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:13 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSQirmvcWZ3L0coV6sWRSA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 82.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:13 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:13 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:28:13 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSQirmvcWZ3L0coV6sWRSA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:13 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>[""], "description"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSQirmvcWZ3L0coV6sWRSA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (78.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (88.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 113ms (Views: 97.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2LzgLVYBPUz5oqZxeYjMLO/9Fr9skvA1z0jK96xbBWG0qEMjPZFaO"], ["remember_token", "a2-JpgrhVBX2dYqMAPYhyA=="], ["updated_at", Thu, 20 Mar 2014 08:28:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a2-JpgrhVBX2dYqMAPYhyA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:28:14 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a2-JpgrhVBX2dYqMAPYhyA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:14 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a2-JpgrhVBX2dYqMAPYhyA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (97.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 131ms (Views: 108.3ms | ActiveRecord: 0.7ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.9ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2hYZGpWYpNaoaCYkxP.HCOnfLmUck9lHBT2c0VPgSCDZLDsBcFmmG"], ["remember_token", "6OciuYEe5Dd9KdRhPr53Qg=="], ["updated_at", Thu, 20 Mar 2014 08:28:14 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:14 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6OciuYEe5Dd9KdRhPr53Qg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6OciuYEe5Dd9KdRhPr53Qg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (93.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (97.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 109ms (Views: 105.9ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6OciuYEe5Dd9KdRhPr53Qg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 25ms (Views: 13.6ms | ActiveRecord: 0.6ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (89.0ms)
Completed 200 OK in 95ms (Views: 94.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$q7wH5UgCFz50SRx.S9yAx.cGMUmHQqrVZz2d18jjXOkZ2Q8.QIk7y"], ["remember_token", "i_mN4kOCUMJDO4chOLvqLw=="], ["updated_at", Thu, 20 Mar 2014 08:28:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 328ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:15 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'i_mN4kOCUMJDO4chOLvqLw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (1.1ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.4ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:28:16 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.5ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'i_mN4kOCUMJDO4chOLvqLw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.4ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.3ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (33.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (48.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 84ms (Views: 72.5ms | ActiveRecord: 1.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:16 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DlinXNVVxyhJ.YY5fny0Y.xCKRjWPZ5FZOu9bSuMFosTMnvjqLRZS"], ["remember_token", "xSE1KZBhyyJ_dA72QIFnZA=="], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSE1KZBhyyJ_dA72QIFnZA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:16 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:28:16 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSE1KZBhyyJ_dA72QIFnZA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (85.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 97ms (Views: 93.3ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xSE1KZBhyyJ_dA72QIFnZA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.0ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 126ms (Views: 110.3ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fx36NgAhx/7e7qf9wDZeq.WpAC/wpxBv02WjHjkhAF/rf6l0uJXHS"], ["remember_token", "COk-oc5KTJax6hfvFrCUPA=="], ["updated_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'COk-oc5KTJax6hfvFrCUPA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:17 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'COk-oc5KTJax6hfvFrCUPA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (94.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (99.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 111ms (Views: 107.7ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:17 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'COk-oc5KTJax6hfvFrCUPA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.2ms)
[1m[36mAdminpanel::Photo Load (0.2ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (88.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 114ms (Views: 97.0ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eHs1q.pFSTEKz1eNfCNO1eCMNPLwLqGTR6x4IWHIT73JlgSctHdLO"], ["remember_token", "IXJDWQQyQ7BJNLlKaNAS9g=="], ["updated_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IXJDWQQyQ7BJNLlKaNAS9g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:18 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IXJDWQQyQ7BJNLlKaNAS9g==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (88.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 100ms (Views: 96.8ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"price"=>"12392.2", "name"=>"very little description", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IXJDWQQyQ7BJNLlKaNAS9g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 23ms (Views: 13.4ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CmKqCTkEQMENQ3s/c9VUOucC3iPvFVyHFfoN/hY1r6RSywYUclwgO"], ["remember_token", "ILRn2ngnx703YeiJg1pDEg=="], ["updated_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:19 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ILRn2ngnx703YeiJg1pDEg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00]]
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (1.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:28:19 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:28:19 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ILRn2ngnx703YeiJg1pDEg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.2ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (22.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (32.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (363.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.9ms)
Completed 200 OK in 415ms (Views: 406.7ms | ActiveRecord: 0.7ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:28:20 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.4ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ILRn2ngnx703YeiJg1pDEg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.2ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.5ms)[0m [1mUPDATE "adminpanel_products" SET "price" = '855.5', "description" = 'a little longer text
', "name" = 'product name', "updated_at" = '2014-03-20 08:28:20.145523' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.3ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (26.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (21.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 122ms (Views: 63.2ms | ActiveRecord: 1.9ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.3ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$pqFjIdoJI66Rt1QH73TC5ec3srjtNVsQSK0Tu3nOUDxdPXERuqBIi"], ["remember_token", "fDkASCuq-ACyZ5l-DLJuog=="], ["updated_at", Thu, 20 Mar 2014 08:28:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 372ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fDkASCuq-ACyZ5l-DLJuog==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fDkASCuq-ACyZ5l-DLJuog==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$c7arkUbXaN/6gQ37I30MSumzLak15CghcCmp4JW3qhBTN/jL75Dly"], ["remember_token", "1Fk61y711UA3azuXrNTrqw=="], ["updated_at", Thu, 20 Mar 2014 08:28:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1Fk61y711UA3azuXrNTrqw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1Fk61y711UA3azuXrNTrqw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:21 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:21 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:28:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:28:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Gw4mMu0DdUhrhHS2zAj0kOumZ2Mx/VvO8r.fGF1Ib32aYdJanDl3O"], ["remember_token", "a1dCSz1wzb0AsgipAJeAYg=="], ["updated_at", Thu, 20 Mar 2014 08:28:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:28:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "utf8"=>"✓", "commit"=>"Iniciar Sesión"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 376ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:28:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a1dCSz1wzb0AsgipAJeAYg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:28:22 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'a1dCSz1wzb0AsgipAJeAYg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (85.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 99ms (Views: 97.4ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:28:22 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:28:22 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (341.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (111.8ms)
Completed 200 OK in 470ms (Views: 468.0ms | ActiveRecord: 0.8ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.8ms)
Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (7.0ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.2ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 91ms (Views: 88.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GMOvStg0JC4suLQ2/4wRyume3HApb51NT7LxZwh2WfG1gjVU1qYtW"], ["remember_token", "ipR22CTzBMMVjuoE8pW5Xg=="], ["updated_at", Thu, 20 Mar 2014 08:30:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 331ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ipR22CTzBMMVjuoE8pW5Xg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (70.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.9ms)
Completed 200 OK in 90ms (Views: 88.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:03 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$23gp9PRWE5r/zFOIe1sH1OGa4px1u8bqrly1rnhRLnxFVK6g0jVhG"], ["remember_token", "QMKlkd49tHqxVlwWGDXdxg=="], ["updated_at", Thu, 20 Mar 2014 08:30:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'QMKlkd49tHqxVlwWGDXdxg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (70.9ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 80ms (Views: 78.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2KUvGDfUvmf.DTjl3aYKyuuMIJ6CWbEtt6T532UGFIHmZSZsMzWsK"], ["remember_token", "ZRufBCuqrUlAv1Ldxz31cg=="], ["updated_at", Thu, 20 Mar 2014 08:30:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZRufBCuqrUlAv1Ldxz31cg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OTWsmmzPX8tDo3Us4cMtCet1nvUfnkW7mrrBz653frEMMdiCHx0Bm"], ["remember_token", "3256slu_u4gxnMtmFIty-w=="], ["updated_at", Thu, 20 Mar 2014 08:30:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 378ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3256slu_u4gxnMtmFIty-w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:30:05 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:08 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$8g0OE6u8DZuuD81Aapbgi.viw5ZAPGdNGuUj/2UiVdJkqMMD7jwlS"], ["remember_token", "-7bbwjzFNuE2pmR5ys8vfA=="], ["updated_at", Thu, 20 Mar 2014 08:30:08 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:10 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$yUgVqK6cbJyQRUSH4nSi7uDvnEsWxxESXE.1B6y.1bulPTAXoyofG"], ["remember_token", "1eJhZur9T2_eZUWk8yBTLw=="], ["updated_at", Thu, 20 Mar 2014 08:30:10 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:11 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$pQhrw78UaMN2QtlvCiFCZOtYzCI/20UO.0sHZJ7Nk0DoI0jdiQOJC"], ["remember_token", "ybZ-27yihanDKntAJlIzvw=="], ["updated_at", Thu, 20 Mar 2014 08:30:11 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:12 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$YYzflNMzLG9WeP19nvcrse6U1L.96FFT5CElaIE6f/6lw9DHLaWMy"], ["remember_token", "WbhZf4ab1v4Sq9SY21JPcA=="], ["updated_at", Thu, 20 Mar 2014 08:30:12 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:13 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:13 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VwHlEm8wDHUCGSbuTnj8Qe0SsOdjfMRoBqZXnsopuXwj4GGsM7Bza"], ["remember_token", "7OscsRd7IVUCaS_8KmqLrw=="], ["updated_at", Thu, 20 Mar 2014 08:30:13 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:13 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7OscsRd7IVUCaS_8KmqLrw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7OscsRd7IVUCaS_8KmqLrw==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 11.4ms | ActiveRecord: 0.3ms)
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (8.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DbfDuZeCdRyGTKHipZPA.ubGjyWh8b4U0RIXwlSIuHiidriAJ/eL6"], ["remember_token", "WaiF3ZAhbSNnHvpfrYv_Dg=="], ["updated_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WaiF3ZAhbSNnHvpfrYv_Dg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WaiF3ZAhbSNnHvpfrYv_Dg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:30:14 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:14 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XeEiqdCtJr/weo3ajvwgz.q6qOxJgHiuxh8tDHjPaOm3b/7UoooqG"], ["remember_token", "-ZlRb-1591Sal72i17QMqQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:15 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-ZlRb-1591Sal72i17QMqQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.4ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:30:15 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-ZlRb-1591Sal72i17QMqQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.0ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (13.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:15 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$IWx.x.4ytC1.z.mKihDWrOE0TAlgei1.6UBN8YaJaJCcbTZk1NLoS"], ["remember_token", "7pmd2YLXS1lbAm3Pe7B17Q=="], ["updated_at", Thu, 20 Mar 2014 08:30:15 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:15 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.6ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7pmd2YLXS1lbAm3Pe7B17Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 84ms (Views: 81.9ms | ActiveRecord: 0.6ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:16 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:30:16 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:30:16 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7pmd2YLXS1lbAm3Pe7B17Q==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:16 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:16 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$86Hv4rgiyKBiMDHcBuaWjOcYtJppkVjI2JqBkGOwvpQ7qd8uGWUXS"], ["remember_token", "8LwSMu8XLuXxfOD-tK56bw=="], ["updated_at", Thu, 20 Mar 2014 08:30:16 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:16 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:16 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8LwSMu8XLuXxfOD-tK56bw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:17 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:30:17 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:30:17 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8LwSMu8XLuXxfOD-tK56bw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 83.9ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:17 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:17 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.4kLkZSc9OcdF8bfN6lr4OcfebKm4kjFayK28EMWrd7RNzMiSCkAK"], ["remember_token", "9MXvh45bqHA1ple05qOpxg=="], ["updated_at", Thu, 20 Mar 2014 08:30:17 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:17 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9MXvh45bqHA1ple05qOpxg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9MXvh45bqHA1ple05qOpxg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (87.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 100ms (Views: 97.8ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:18 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NyqshaFaIReLbl0fW5d0S.wP7sufLhrDmb2o4DNa22U4R90frjQ0."], ["remember_token", "gTuRlPQUkh1FpFd9TyUsog=="], ["updated_at", Thu, 20 Mar 2014 08:30:18 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 356ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gTuRlPQUkh1FpFd9TyUsog==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:18 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gTuRlPQUkh1FpFd9TyUsog==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 89ms (Views: 86.0ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:19 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$czp/cqoOuhpsAorRSMJoN.p4JhxjYbZrFIt46kTE/nTL/hFJKuYg."], ["remember_token", "wqePZPZ9Tb0Vx7vz7Gr_Qw=="], ["updated_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:19 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:19 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wqePZPZ9Tb0Vx7vz7Gr_Qw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:19 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'wqePZPZ9Tb0Vx7vz7Gr_Qw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (80.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 91ms (Views: 88.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:19 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:19 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$AJFY59FMuA8lKb/22oS/z.9o0BZSqy.ZCk191RR418GTnEM.71n.O"], ["remember_token", "GLkdw55DYA84FA3AA_JvdQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:20 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GLkdw55DYA84FA3AA_JvdQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:20 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'GLkdw55DYA84FA3AA_JvdQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 89ms (Views: 86.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:20 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:20 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2pWEvaMw89HQIkC5vSGZYez2jP3xfJo/skSXK/IrgWSvVs6Wryude"], ["remember_token", "9KGZrzBmOLf6YKVXRLutHA=="], ["updated_at", Thu, 20 Mar 2014 08:30:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9KGZrzBmOLf6YKVXRLutHA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:21 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '9KGZrzBmOLf6YKVXRLutHA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 86.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:21 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:21 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$VKlOgLdwB.bNpM59JJ0Unum5uNWfNTgoqNQzhEOO2gCLh72VrwZG2"], ["remember_token", "aE4x85SrF8Je4SssxenMSw=="], ["updated_at", Thu, 20 Mar 2014 08:30:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aE4x85SrF8Je4SssxenMSw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:30:22 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aE4x85SrF8Je4SssxenMSw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Zr8COscpr4j/RnohFmncr.55RGBpA51badrBd6hz5o90cNDWKEium"], ["remember_token", "evFN_1LMtYmSl-7uyqiexA=="], ["updated_at", Thu, 20 Mar 2014 08:30:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'evFN_1LMtYmSl-7uyqiexA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'evFN_1LMtYmSl-7uyqiexA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'evFN_1LMtYmSl-7uyqiexA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (9.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 116ms (Views: 21.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.6ms)
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$gZB/uofuSN5bnXmh0GbxvOSy8/SNe5rt.zuOuZdlK2TyF6jMSq9i."], ["remember_token", "5lom8cTbIO3Q37HxV7OVDw=="], ["updated_at", Thu, 20 Mar 2014 08:30:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5lom8cTbIO3Q37HxV7OVDw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:30:23 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5lom8cTbIO3Q37HxV7OVDw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (76.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 87ms (Views: 84.9ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5lom8cTbIO3Q37HxV7OVDw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 21ms (Views: 14.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cMZg3fFTGYWm67ihnOfBA.Kk0fU24jwhguE/jETP59fIGjnBwl58K"], ["remember_token", "lJAv6P5JvFEn5IFRt2gosQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lJAv6P5JvFEn5IFRt2gosQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (74.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 86ms (Views: 83.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lJAv6P5JvFEn5IFRt2gosQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lJAv6P5JvFEn5IFRt2gosQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:24 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:24 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 132ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:30:24 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'lJAv6P5JvFEn5IFRt2gosQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$OllIjpKiYxh/stDNsU38N.EsyAsDpz40HemaLwjykMC7GCQIUF7Tm"], ["remember_token", "NhIbX0z0F7bOLDXReFZ_fw=="], ["updated_at", Thu, 20 Mar 2014 08:30:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NhIbX0z0F7bOLDXReFZ_fw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NhIbX0z0F7bOLDXReFZ_fw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NhIbX0z0F7bOLDXReFZ_fw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:25 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:25 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 203ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NhIbX0z0F7bOLDXReFZ_fw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YQN206Qbme.f5dLSF./CFe493Io4xakjZr68lmGbJxuz5/8m2KpqG"], ["remember_token", "jSgQOvwqoVOCOuKa_tedhA=="], ["updated_at", Thu, 20 Mar 2014 08:30:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jSgQOvwqoVOCOuKa_tedhA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:26 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:26 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:30:26 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jSgQOvwqoVOCOuKa_tedhA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.4ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (2.6ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$w/vDsR2efUpTO7h2azIAruIyCM5cC/rnXqysvasISOCj/dsS3VeNC"], ["remember_token", "0u8zrS1xzT0PdRxJAMLcVA=="], ["updated_at", Thu, 20 Mar 2014 08:30:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0u8zrS1xzT0PdRxJAMLcVA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:27 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:27 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (77.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 84ms (Views: 82.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$sKXlwiwHTm6bzLhdwbobxOZgb4wjoycZWGi7HrCxV2ooC1OvbJO4y"], ["remember_token", "xQDMraMFmWSvrnYfiHnhZA=="], ["updated_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 376ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xQDMraMFmWSvrnYfiHnhZA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.5ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:28 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (77.5ms)
Completed 200 OK in 83ms (Views: 82.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CUlEP5Ux99BiKCNgFJmfdOQ0fOMl4RKT3hbqdBq5n1Lg4kiUXb21S"], ["remember_token", "IK4p7qJhMFPABYLp0YelwQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IK4p7qJhMFPABYLp0YelwQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:29 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ef/L/LcwlEDsPokcHmJREeoLYCn65xJjjlUVlTZ9zkfEsz.ub9iMq"], ["remember_token", "YmQl6qjxyHeW02NfpKln9A=="], ["updated_at", Thu, 20 Mar 2014 08:30:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YmQl6qjxyHeW02NfpKln9A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:31.484082' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:31.486154' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:30:31.495646' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:31.497347' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2J.LZaE2a1fyu06/ixWGnebDd/9s7ahq9ithw3j.xtz4hzeJyP4R6"], ["remember_token", "j_P6tmD0Gjxo4JEWb5HZsw=="], ["updated_at", Thu, 20 Mar 2014 08:30:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 384ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'j_P6tmD0Gjxo4JEWb5HZsw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:32 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:32.783242' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:32.784731' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HZIuwhVQpBnEGF.5hvEm1.T/SjX6AC8toZAt6SFShWTcnb6CcnOHm"], ["remember_token", "TawABUZldQ_EPtyg2l6f5g=="], ["updated_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 363ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TawABUZldQ_EPtyg2l6f5g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:33 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:34 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:34 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:34.045855' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:34.047470' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$k7AmjEydcJTmLdMaoFa.se3B9zWV48kicYfXKd9M984cNb2kLQsGa"], ["remember_token", "AzjajjP9_29-hM0hWRB0XQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 392ms (ActiveRecord: 0.2ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'AzjajjP9_29-hM0hWRB0XQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:35.416422' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:35.418051' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$cZspLSBzYrx87aoE6t/0lud1nkB4lhW4Xmh2PHlRctimYe9cJdumO"], ["remember_token", "6pOnJEApk0iWUp-CGGKtlg=="], ["updated_at", Thu, 20 Mar 2014 08:30:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6pOnJEApk0iWUp-CGGKtlg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:36.630552' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:36.631957' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6obOloEa9L8uc2uTjM6IE.D71lj2y.3lZAVHLsd72717So5COWPwW"], ["remember_token", "fix_ZdwIQdMwPyBbKAJliA=="], ["updated_at", Thu, 20 Mar 2014 08:30:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fix_ZdwIQdMwPyBbKAJliA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:37 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:37.778144' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:37.779601' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:37.783566' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:37.785075' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/pJZ/3MQJ5Go.20EQ08eguktohcPEVnoAULy2.QQaympCw5IACxlO"], ["remember_token", "oC_w33uv5PRyAY3wxHiZsg=="], ["updated_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'oC_w33uv5PRyAY3wxHiZsg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:38 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:38.941080' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:38.942794' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ClDu5tIM6hVmuJYVqhnYpONzlpT1QbIJ/LOUyQe.6x8jK9OA8RBqO"], ["remember_token", "SJ5fObLRChlYTbD1JqIYlg=="], ["updated_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SJ5fObLRChlYTbD1JqIYlg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:39 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:40.079987' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:40.081398' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$pLpHWuYmw7KaMxBUl9pOK.2r7yNNsfURp7JNsUv8pVXVej5E9LGfq"], ["remember_token", "8SVUz40xrfAm7Iub2WlHUg=="], ["updated_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8SVUz40xrfAm7Iub2WlHUg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:40 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:41.240254' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:41.241657' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$JEnbHylkko8BVbVY8goyvOvHGlaFdIhb1SJJH2NMY1Pu4M6tOHX4W"], ["remember_token", "-rBtqrZlufAQAUrnP0vPIA=="], ["updated_at", Thu, 20 Mar 2014 08:30:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-rBtqrZlufAQAUrnP0vPIA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:42.368104' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:42.369541' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$lqIcBbexyHBDPokSv383M.ifgHL1xq7J9hsx5YjUcJiIsKfnqBObO"], ["remember_token", "hSoVlhDiFmNwBKd9Z559nQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'hSoVlhDiFmNwBKd9Z559nQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:43.508401' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:43.509951' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.1ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$9mQ7WErNpnWHB2FK/HHejOnSQ7ZDgYcLOFhTRagxNVnuX4/.j03U2"], ["remember_token", "JNjXGLOWkeZBh3x3c-moFw=="], ["updated_at", Thu, 20 Mar 2014 08:30:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JNjXGLOWkeZBh3x3c-moFw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.3ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:30:44 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:30:44.754928' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:30:44.756592' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.0ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Bgr Katy Williams"], ["price", 4561], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.161178', "created_at" = '2013-03-06 12:52:23.160634' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-03-06 12:52:23.160634' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Sir Transito Camacho"], ["price", 3046], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.164842', "created_at" = '2012-03-18 04:28:49.164528' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-03-18 04:28:49.164528' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Emma Holmes"], ["price", 2167], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.168246', "created_at" = '2011-03-23 14:48:06.167927' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-03-23 14:48:06.167927' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "Sir Katy Ferreira"], ["price", 228], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.171689', "created_at" = '2012-12-26 12:04:30.171373' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-26 12:04:30.171373' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Sir Victor Ferreira"], ["price", 2230], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.175045', "created_at" = '2012-06-27 00:48:17.174735' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-06-27 00:48:17.174735' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Emma Doe"], ["price", 1831], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.178418', "created_at" = '2013-03-24 17:08:16.178082' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-03-24 17:08:16.178082' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Sir Katy Williams"], ["price", 4314], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.181776', "created_at" = '2013-04-22 02:57:26.181478' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-04-22 02:57:26.181478' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Bgr John Doe"], ["price", 3949], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.185570', "created_at" = '2012-08-03 23:34:06.185059' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-08-03 23:34:06.185059' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Sean Camacho"], ["price", 4233], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.190038', "created_at" = '2012-02-14 17:09:55.189651' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-02-14 17:09:55.189651' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "MVP Transito Camacho"], ["price", 3719], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 08:30:45.193617', "created_at" = '2012-12-05 22:50:13.193284' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-05 22:50:13.193284' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.2ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$IZOcOBvZP/oNmdJLS173TOkKlh37VafuDwSKakNZRHHZFBVMxEupC"], ["remember_token", "mXr0peIXdJN_do6Tr8ITGQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mXr0peIXdJN_do6Tr8ITGQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.6ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:45 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mXr0peIXdJN_do6Tr8ITGQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dyUHd9sqDw5emPNdeCIOS.i/FvhxoqjShUcqoEio.5sgSmAfQVCNm"], ["remember_token", "34dAfnWFkL0p2yc7YQzKuA=="], ["updated_at", Thu, 20 Mar 2014 08:30:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 329ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '34dAfnWFkL0p2yc7YQzKuA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:46 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '34dAfnWFkL0p2yc7YQzKuA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:46 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:46 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ON07TbK5FO1crCjsJrXJMer26BkcjE/LRHXEMXY0v3K4YSbb3aYke"], ["remember_token", "1v1OyAcCo6h2EsEWZJR5wA=="], ["updated_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1v1OyAcCo6h2EsEWZJR5wA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (76.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:47 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1v1OyAcCo6h2EsEWZJR5wA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$lA6aAyKrZ8XzrWsAakrxH.qDRkA9A9zZkGBk0nDtaLfh3zepK4ZuC"], ["remember_token", "7trj1UKoEIxaSBEo9_eSFA=="], ["updated_at", Thu, 20 Mar 2014 08:30:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7trj1UKoEIxaSBEo9_eSFA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:30:48 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7trj1UKoEIxaSBEo9_eSFA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.0ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (21.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (27.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CzZBow8wlwmra23KbcTnYeJWUOICybwNrPqSfxsyzehftRbg7J.b2"], ["remember_token", "T3ULVBAlPcz6mjkaxldVIA=="], ["updated_at", Thu, 20 Mar 2014 08:30:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'T3ULVBAlPcz6mjkaxldVIA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'T3ULVBAlPcz6mjkaxldVIA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (72.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (84.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 96ms (Views: 92.7ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"", "category_ids"=>["", "1"], "price"=>"", "description"=>"this is a little longer description, can be very long"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'T3ULVBAlPcz6mjkaxldVIA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.0ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (73.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (88.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 114ms (Views: 97.6ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$tQjFoeklixhiRbERyWqJ2.WwiGa3Buj9C4rumzPaxv9YR8xPPMhRS"], ["remember_token", "ROTWd3AE6Bd1PULhwUbocw=="], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ROTWd3AE6Bd1PULhwUbocw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:49 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:30:49 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ROTWd3AE6Bd1PULhwUbocw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 100ms (Views: 96.3ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"", "category_ids"=>["", "1"], "price"=>"", "description"=>"this is a little longer description, can be very long"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ROTWd3AE6Bd1PULhwUbocw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (3.9ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (88.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 112ms (Views: 96.7ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hmlQyTv6Y2zEXYwalft2h.D4olcB1OVbvwgTi0a0cCIX5Ha6VRSZ."], ["remember_token", "TiwHK5y4w5l3e3YIOZG1Tw=="], ["updated_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TiwHK5y4w5l3e3YIOZG1Tw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:50 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TiwHK5y4w5l3e3YIOZG1Tw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (14.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:50 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"very little description", "category_ids"=>["", "1"], "price"=>"12392.2", "description"=>"this is a little longer description, can be very long"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TiwHK5y4w5l3e3YIOZG1Tw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 27ms (Views: 14.3ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$juYA7ZmhmCN320RyxnWxNO2YCnwku25Q2APOYtWENpehiGYR0DpmO"], ["remember_token", "TTFg8j1dlVdBvQr2l2OF9Q=="], ["updated_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TTFg8j1dlVdBvQr2l2OF9Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:51 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TTFg8j1dlVdBvQr2l2OF9Q==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (126.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (132.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 152ms (Views: 148.2ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"id"=>"1", "utf8"=>"✓", "product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'TTFg8j1dlVdBvQr2l2OF9Q==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "updated_at" = '2014-03-20 08:30:51.912626', "price" = '855.5', "name" = 'product name' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 38ms (Views: 20.1ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (125.2ms)
Completed 200 OK in 133ms (Views: 132.0ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6082OWWWoP1OcUhU.K5VIu.qbcyfntmracBsWyqo/VLBIRqcG/d3m"], ["remember_token", "tZEEtVOUjiDKh8TQ1gfaxA=="], ["updated_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tZEEtVOUjiDKh8TQ1gfaxA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:52 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:52 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'tZEEtVOUjiDKh8TQ1gfaxA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (77.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 83ms (Views: 82.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LNoSd8qEJ.noz26SS.zDdeIPUSv0guXSj2pZ29NPHh07ztu.a94CO"], ["remember_token", "R3wJ5LyalddOlZlTnE33CQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R3wJ5LyalddOlZlTnE33CQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:53 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:53 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'R3wJ5LyalddOlZlTnE33CQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 83ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$XWliujypcdH1wi2dpncl3uFLH8zEnwAXrh8RR2rD5A3ruRibX84le"], ["remember_token", "5LiGvyYRQG_tY53Wqah87w=="], ["updated_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5LiGvyYRQG_tY53Wqah87w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:54 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5LiGvyYRQG_tY53Wqah87w==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.2ms)
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$9cvAKCSp8mkQGbkDDRGxUOtl9OQOsd06zZiUZ.0.Jn3xVU6Zb7O1a"], ["remember_token", "MAPDXJ2N96TNhLvq1tFpDQ=="], ["updated_at", Thu, 20 Mar 2014 08:30:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MAPDXJ2N96TNhLvq1tFpDQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MAPDXJ2N96TNhLvq1tFpDQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (8.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$RSsqcNPlzKdAVap8Qv/AJ.Nu5lmosT8xFoe8C26NU6zCOoIXJOMT."], ["remember_token", "f8VFXl802d287xUpy3sx3w=="], ["updated_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f8VFXl802d287xUpy3sx3w==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:30:55 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:30:55 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f8VFXl802d287xUpy3sx3w==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 91ms (Views: 88.4ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$jt70oMcM6hwkhvinTHMVXeQl/ZXBlOWMvMkT4aZNiRe8zLGzkJs2K"], ["remember_token", "0XyQthG2CfddjntdawkY0w=="], ["updated_at", Thu, 20 Mar 2014 08:30:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0XyQthG2CfddjntdawkY0w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:56 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:56 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:30:56 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0XyQthG2CfddjntdawkY0w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (80.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 101ms (Views: 97.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$G1E8hRs69f25eos3Aoq7OuuPorWfulFsgiB32stUhPMyIOOlct9Y2"], ["remember_token", "f7HOobL8JJ7eFzle-KXBhw=="], ["updated_at", Thu, 20 Mar 2014 08:30:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f7HOobL8JJ7eFzle-KXBhw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:57 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:57 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:30:57 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f7HOobL8JJ7eFzle-KXBhw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (73.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (84.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 96ms (Views: 93.4ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:57 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"", "category_ids"=>[""], "price"=>"", "description"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f7HOobL8JJ7eFzle-KXBhw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (73.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (80.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (90.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 116ms (Views: 99.8ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$/3r5/rrE6zYZwAvPW/FGiOJk3STUCS/NMV.hivGYmq/ZyigNSmLpu"], ["remember_token", "anCuO75Pd5F1nLm96DA14w=="], ["updated_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'anCuO75Pd5F1nLm96DA14w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'anCuO75Pd5F1nLm96DA14w==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (82.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (86.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 98ms (Views: 95.7ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"", "category_ids"=>[""], "price"=>"", "description"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'anCuO75Pd5F1nLm96DA14w==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (93.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (102.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 128ms (Views: 112.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$X1VaAOLK388dn/zmQsa4BOv/yYb3gVzWHmletUu970adXSVZkWZYi"], ["remember_token", "5GQfe6Utcbq5CpC6mdF34g=="], ["updated_at", Thu, 20 Mar 2014 08:30:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:30:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5GQfe6Utcbq5CpC6mdF34g==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:30:59 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5GQfe6Utcbq5CpC6mdF34g==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (82.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (86.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 97ms (Views: 94.6ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:30:59 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5GQfe6Utcbq5CpC6mdF34g==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 29ms (Views: 17.9ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:30:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (9.8ms)
Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$JZJrGxT5EVhEv1a.3MbixudrmU/ZW5hi7Ehro9.deTGYnXNZrCenC"], ["remember_token", "BO5HlcUe8pVMMG0Fuyufpg=="], ["updated_at", Thu, 20 Mar 2014 08:30:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:30:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"email"=>"email@test.com", "password"=>"[FILTERED]"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BO5HlcUe8pVMMG0Fuyufpg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:00 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BO5HlcUe8pVMMG0Fuyufpg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:00 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"name"=>"product name", "category_ids"=>["", "1"], "price"=>"855.5", "description"=>"a little longer text
"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'BO5HlcUe8pVMMG0Fuyufpg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:00 UTC +00:00]]
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 25ms (Views: 13.4ms | ActiveRecord: 0.5ms)
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_categorizations" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.2ms)[0m select sqlite_version(*)
[1m[36m (0.4ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (1.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "MVP Ramon Holmes"], ["price", 1130], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-10-07 07:25:29.321018', "updated_at" = '2014-03-20 08:31:22.321635' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-10-07 07:25:29.321018' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "Bgr Katy Gonzalez"], ["price", 2605], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-08-13 14:25:25.325480', "updated_at" = '2014-03-20 08:31:22.325803' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-08-13 14:25:25.325480' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "CEO Ramon Camacho"], ["price", 927], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-01-03 12:20:02.329513', "updated_at" = '2014-03-20 08:31:22.329932' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-01-03 12:20:02.329513' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "MVP Emma Doe"], ["price", 1379], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-05-04 02:21:44.334208', "updated_at" = '2014-03-20 08:31:22.334556' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-05-04 02:21:44.334208' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "Sir Sean Doe"], ["price", 1316], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2012-09-15 11:57:04.337670', "updated_at" = '2014-03-20 08:31:22.337990' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-09-15 11:57:04.337670' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Sir Katy Gonzalez"], ["price", 3778], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2012-12-14 14:19:05.341101', "updated_at" = '2014-03-20 08:31:22.341413' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-12-14 14:19:05.341101' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Sir Jose Ferreira"], ["price", 2880], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-12-13 09:09:28.344335', "updated_at" = '2014-03-20 08:31:22.344643' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-12-13 09:09:28.344335' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Entrepeneur Sean Holmes"], ["price", 731], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2011-03-28 10:48:10.347547', "updated_at" = '2014-03-20 08:31:22.347857' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-03-28 10:48:10.347547' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "MVP Jane Doe"], ["price", 4211], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "created_at" = '2013-12-30 13:14:41.350820', "updated_at" = '2014-03-20 08:31:22.351169' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-12-30 13:14:41.350820' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "Sir Sean Gonzalez"], ["price", 4541], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "created_at" = '2014-01-14 08:12:23.355051', "updated_at" = '2014-03-20 08:31:22.355451' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-01-14 08:12:23.355051' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 08:31:22 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.4ms)
Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$b7Z3nCi9FZ.WQ8ZKrMwB3e55t0I8iwTjCdFHQNpQpP21MUX/V1Ima"], ["remember_token", "T_bNQqlSblFfbEq_fONPPg=="], ["updated_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'T_bNQqlSblFfbEq_fONPPg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 104ms (Views: 102.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:23 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'T_bNQqlSblFfbEq_fONPPg==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (141.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.0ms)
Completed 200 OK in 159ms (Views: 155.0ms | ActiveRecord: 0.8ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LwOcaG5cqasn3K/YBQReEe6qO/vjF99l7nJNE2aJx6JFfBMPb1sK2"], ["remember_token", "HWtePswCki6nJ-psC3yldA=="], ["updated_at", Thu, 20 Mar 2014 08:31:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'HWtePswCki6nJ-psC3yldA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:24 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'HWtePswCki6nJ-psC3yldA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (9.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$2T6Xy0JCeO34TdyCM7MJzuGwIpA7zKVA2dYE3QDBMpx83DB1O/INS"], ["remember_token", "KO4MaOG3lKOSewj11KKjCw=="], ["updated_at", Thu, 20 Mar 2014 08:31:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KO4MaOG3lKOSewj11KKjCw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:25 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'KO4MaOG3lKOSewj11KKjCw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$o7nCw6wnCQSYUR.qXxNoC.pKHChRIpoGkKlStoPqOdk3HauQgYZLa"], ["remember_token", "2ICaUlvb1PLHVOuMIeqsgg=="], ["updated_at", Thu, 20 Mar 2014 08:31:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2ICaUlvb1PLHVOuMIeqsgg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2ICaUlvb1PLHVOuMIeqsgg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$lNaOJY2DecfMOe0.SWD/Te1qMhp5B2NZL7fpTngMnMZlR5.bnHMpi"], ["remember_token", "yBD57ajFAl_8zcKBJlba8g=="], ["updated_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yBD57ajFAl_8zcKBJlba8g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:26 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yBD57ajFAl_8zcKBJlba8g==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4zIiel2uqDBauLDfJp4MveHslLn/6qLMIdhQTHKF8.r/oMDJbCuwS"], ["remember_token", "txXMfPJcr2jNVn-YBIcyxg=="], ["updated_at", Thu, 20 Mar 2014 08:31:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'txXMfPJcr2jNVn-YBIcyxg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:27 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:27 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:27 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'txXMfPJcr2jNVn-YBIcyxg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.8ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (21.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 34ms (Views: 30.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1a1OaZ/wqydrPbqF8TmmNOu.YuQZqOtXgKRmhKmB9Nvho/yoIc6A."], ["remember_token", "H5P-1gB_-b2gXc3L1huKiA=="], ["updated_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H5P-1gB_-b2gXc3L1huKiA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H5P-1gB_-b2gXc3L1huKiA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"", "name"=>"", "description"=>"", "category_ids"=>[""]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'H5P-1gB_-b2gXc3L1huKiA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (16.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 115ms (Views: 24.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (72.5ms)
Completed 200 OK in 78ms (Views: 77.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$W.ZaCAxO42Aqv2sPqCE9CejmdP/psid24U0b.RBXub2901xbAjOF."], ["remember_token", "-GiEaGhPJ4Xxol4OHK3jQA=="], ["updated_at", Thu, 20 Mar 2014 08:31:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-GiEaGhPJ4Xxol4OHK3jQA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:29 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:29 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:29 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-GiEaGhPJ4Xxol4OHK3jQA==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:29 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"", "name"=>"", "description"=>"", "category_ids"=>[""]}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-GiEaGhPJ4Xxol4OHK3jQA==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (17.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (41.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (14.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 171ms (Views: 70.4ms | ActiveRecord: 0.2ms)
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (79.1ms)
Completed 200 OK in 85ms (Views: 84.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hNfrGI1W2s.Bt/Jr.5JPXuWdsQFYHqO4Do6ft2uOKxLgo9jvMot.q"], ["remember_token", "qnqTrrdk-E9b3hT9ZgzuCQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qnqTrrdk-E9b3hT9ZgzuCQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:30 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qnqTrrdk-E9b3hT9ZgzuCQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (11.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:30 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"855.5", "name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qnqTrrdk-E9b3hT9ZgzuCQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 36ms (Views: 15.9ms | ActiveRecord: 0.7ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7gAsgEvaskLbVxoWi4ns2eWSL79Ivd2rjuqwVuS686vVBN/eaMuMy"], ["remember_token", "acnm9eOCPRJjNI458Njtsg=="], ["updated_at", Thu, 20 Mar 2014 08:31:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 323ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (3.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'acnm9eOCPRJjNI458Njtsg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 41ms (Views: 29.0ms | ActiveRecord: 3.0ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 02:31:31 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'acnm9eOCPRJjNI458Njtsg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.4ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (19.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (35.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 64ms (Views: 58.5ms | ActiveRecord: 0.4ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:31 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"product"=>{"price"=>"855.5", "name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"]}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'acnm9eOCPRJjNI458Njtsg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 111ms (Views: 14.8ms | ActiveRecord: 0.6ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.4ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6sxfo0YWYzEXh49AKxejLeugoRYRZK0N4E5eMvi.M85Usm7ga7.bS"], ["remember_token", "2eyIgAlHP3Jwyal6OhGrig=="], ["updated_at", Thu, 20 Mar 2014 08:31:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.6ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 344ms (ActiveRecord: 0.6ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2eyIgAlHP3Jwyal6OhGrig==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2eyIgAlHP3Jwyal6OhGrig==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (88.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (93.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 106ms (Views: 103.0ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1.RyAz6PSoO1bPYWXGNdhOr3uSQfooSsFv.5BqWFmqk1JIoyQ94om"], ["remember_token", "8S-AYsZe8gQy4fYwO1Fb_A=="], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8S-AYsZe8gQy4fYwO1Fb_A==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:32 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:31:32 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8S-AYsZe8gQy4fYwO1Fb_A==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (14.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (16.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 40ms (Views: 36.9ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"12392.2", "name"=>"very little description", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}, "utf8"=>"✓", "id"=>"1"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8S-AYsZe8gQy4fYwO1Fb_A==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.3ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (87.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 127ms (Views: 98.0ms | ActiveRecord: 0.7ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$KwBJwrwO.QTLvN36vKLHQOzjJoAOv0MDt1kSIP8iTYHZGJquaYsFS"], ["remember_token", "VdAlgYltkWdyvy3ye9dwng=="], ["updated_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 378ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VdAlgYltkWdyvy3ye9dwng==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:33 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VdAlgYltkWdyvy3ye9dwng==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (81.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (85.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 98ms (Views: 94.7ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:33 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"", "name"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}, "utf8"=>"✓", "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VdAlgYltkWdyvy3ye9dwng==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (15.2ms)
[1m[35mAdminpanel::Photo Load (0.3ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (93.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (112.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (132.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 163ms (Views: 144.3ms | ActiveRecord: 0.6ms)
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$xXoF7D40QmkMGLIz/RQwwetO.Hxfxvn9dum.l1s223TAwzH7xUz9q"], ["remember_token", "VzkR4LDQ7d2RUpH9qpJCwQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 353ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VzkR4LDQ7d2RUpH9qpJCwQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:34 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:31:34 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VzkR4LDQ7d2RUpH9qpJCwQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 98ms (Views: 21.5ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:34 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"", "name"=>"", "description"=>"this is a little longer description, can be very long", "category_ids"=>["", "1"]}, "utf8"=>"✓", "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'VzkR4LDQ7d2RUpH9qpJCwQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (76.3ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (89.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 115ms (Views: 98.7ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (11.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WtH2Yxu2hIwjaolUQTzr7.TUExxj2Unfv2..MARLnneSbYiYSxvZi"], ["remember_token", "2Gqi3B--29PhwUNBDNrvOw=="], ["updated_at", Thu, 20 Mar 2014 08:31:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 351ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2Gqi3B--29PhwUNBDNrvOw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (26.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.7ms)
Completed 200 OK in 63ms (Views: 56.4ms | ActiveRecord: 0.3ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2Gqi3B--29PhwUNBDNrvOw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (14.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.3ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"product"=>{"price"=>"855.5", "name"=>"product name", "description"=>"a little longer text
", "category_ids"=>["", "1"]}, "utf8"=>"✓", "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '2Gqi3B--29PhwUNBDNrvOw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "name" = 'product name', "updated_at" = '2014-03-20 08:31:36.072795', "price" = '855.5' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (86.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 111ms (Views: 96.2ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$imZTOHpEIE1Z98ySJmOv1OQbprD0dlxXHTkFbXwtGk2T6eox519f."], ["remember_token", "THtCP0fGvG8DKyMWqUXcvw=="], ["updated_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'THtCP0fGvG8DKyMWqUXcvw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.5ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'THtCP0fGvG8DKyMWqUXcvw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.3ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (9.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 39ms (Views: 25.0ms | ActiveRecord: 0.8ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:36 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4thONE5EJFA7V.rsQEguJOA3.QyWW40O9FSKzUNlL5xzyuPHdf02O"], ["remember_token", "pQM2UGRaz34_pc4DzikFZA=="], ["updated_at", Thu, 20 Mar 2014 08:31:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.4ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pQM2UGRaz34_pc4DzikFZA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.8ms)
Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:37 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pQM2UGRaz34_pc4DzikFZA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (74.4ms)
Completed 200 OK in 88ms (Views: 85.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$UuohP6hxP0UF6NOwTlfkMuaSdjSHiT0wfQVkmOUxWA7cbyjnBqZw2"], ["remember_token", "zj7A_gIIAy7RBzc4uS5_Qw=="], ["updated_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zj7A_gIIAy7RBzc4uS5_Qw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.6ms)
Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.2ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 02:31:38 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'zj7A_gIIAy7RBzc4uS5_Qw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Z.b9g.eQ1zUxgAvr1jPH2eo7rA8e/3XbTG5DxmHJ.5x1eXiknrbaq"], ["remember_token", "an35TxJAru0oWyvVE2yN4w=="], ["updated_at", Thu, 20 Mar 2014 08:31:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 400ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'an35TxJAru0oWyvVE2yN4w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:39 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:39 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:31:39 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'an35TxJAru0oWyvVE2yN4w==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (10.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 30ms (Views: 26.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WdrA0oIh36EQKvNl4H1vD.0bYwLd50EZHDJN0WTpkV/ZxD1c9KcWy"], ["remember_token", "AgcvJJkwFW7rs2-YmfZMkQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 416ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'AgcvJJkwFW7rs2-YmfZMkQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (12.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.9ms)
Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.7ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nzKn5aAVC6WIPO2F740mQuK6R8EQMpQgSo.28mdEK8NXCZtFXSXbK"], ["remember_token", "eDhhNtkkRqriv2I4Tg3RKQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'eDhhNtkkRqriv2I4Tg3RKQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (92.9ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:40 UTC +00:00]]
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7ZeJdOoTGmYsPNidkgPOAO.1SMcyL2Qa0o10MSeAqFvc24pH36s92"], ["remember_token", "jzoKrbnxwFIZBQE0ttiWRw=="], ["updated_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jzoKrbnxwFIZBQE0ttiWRw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 10.0ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:41 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.0ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.VCKjENtX27CEz8p4tOHk.8puiZeyAvz7yrr6Ip0n/qROrbaLSqoa"], ["remember_token", "c-v2Ni3K5ubxPkXcHSvM1g=="], ["updated_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'c-v2Ni3K5ubxPkXcHSvM1g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.6ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:42.504505' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:42.505956' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$91uiCJ5WxRjfdgTgnO9E.eRdSHH0btU8uNSiqMGPfRWtXONmZzVZS"], ["remember_token", "FQVrrMZHejWOSsQSrojXHg=="], ["updated_at", Thu, 20 Mar 2014 08:31:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FQVrrMZHejWOSsQSrojXHg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.5ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.2ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:43.283472' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.3ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:43.289800' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fnEM6N9uQ5x/WZgNthQ9Ne1wN08QCmVfhYsrRjYLX/eY3k85uZ/wy"], ["remember_token", "ldb0MhLnhoh28Oeo5lC41w=="], ["updated_at", Thu, 20 Mar 2014 08:31:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 331ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ldb0MhLnhoh28Oeo5lC41w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:44.111216' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:44.112759' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$X/DIx.W19XFgydXHoeCyj.wCAyE5VLm9DWwJkU6Gw2n0FfZz52Uea"], ["remember_token", "rAhOPohDkvo53g-WSHFzuA=="], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'rAhOPohDkvo53g-WSHFzuA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:44 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:44.903163' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:44.904754' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:44.908263' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:44.909764' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zu9osqSU89j5QAtKo54e/.DVPmO6UWiHEmNEwGe01JQ7gOyRBXcia"], ["remember_token", "WhGoKVUMARMycFZmhB7AWA=="], ["updated_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WhGoKVUMARMycFZmhB7AWA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:45 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:45.666383' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:45.668874' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (10.0ms)
Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HjHsw/VLnv0xT0S6qgOgZeqs8w20olCRmtmLJRZDYfktLiwZ998Ja"], ["remember_token", "JtwKuv8LN29I8WWVBQHIRQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JtwKuv8LN29I8WWVBQHIRQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:46.453226' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:46.454698' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$536/DGSd4V6iSe6JVSdBO.FEIbP/alYA8V7hBPEWuiUSAp5m0gGNm"], ["remember_token", "ntnhzzcGmThjpFuWWY6J5g=="], ["updated_at", Thu, 20 Mar 2014 08:31:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ntnhzzcGmThjpFuWWY6J5g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:47.213652' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:47.215145' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZTNwhwPL2O1Yc.J.oTRFuuKID/fLnUud2o0LFq/szrce8Ffu4.Bd2"], ["remember_token", "pzdnrCxwNyrAW8JvqrIzEQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'pzdnrCxwNyrAW8JvqrIzEQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:47 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:47.979969' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:47.981507' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.4ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5tJveBQeewskDcmRJOWUn.zQELqkIjC1GdGHoj5DEfh573ufpgROa"], ["remember_token", "nxRvdj2FQz34B2CNVpxPxA=="], ["updated_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'nxRvdj2FQz34B2CNVpxPxA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.7ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (1.4ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.6ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00]]
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.6ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.5ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:49.044222' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.4ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:49.054598' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 08:31:49.082473' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.2ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:49.090733' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
[1m[35mAdminpanel::User Load (0.3ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (11.5ms)
Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.3ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Ws74x.HkNUyuFoqlvmKm5uYu48StLWgFPhDE2jpE7Uv4cLMKF/9Wi"], ["remember_token", "LAD-kj1yjSWsjoxQBQiP9g=="], ["updated_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LAD-kj1yjSWsjoxQBQiP9g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (14.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 32ms (Views: 30.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:50.049840' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:50.051491' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$pMBSuUuw/16nCCos0CykneCGdoUdDnnKtJuKb31aW4xmvwF6suObC"], ["remember_token", "IbX_MwJfHNQilsS2CzozjA=="], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IbX_MwJfHNQilsS2CzozjA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:50 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:50.810097' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:50.811750' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$G4PHrUp4/Ctmkz/fpE3gz.5BHAF2DY90zAGz.JGZA13OPKv1mw5CW"], ["remember_token", "6u1yjBHvJbSy9k6lpNPx2w=="], ["updated_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 336ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '6u1yjBHvJbSy9k6lpNPx2w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 08:31:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 08:31:51.674961' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 08:31:51.676597' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.0ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$9xG3Od.QiF/JiWDp0U2Sg.p97dNc8dCGu8y5jSJSJq6UXRjgPrm16"], ["remember_token", "qEnq49eAO3ex3N0xYilTvw=="], ["updated_at", Thu, 20 Mar 2014 08:31:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qEnq49eAO3ex3N0xYilTvw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:31:52 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'qEnq49eAO3ex3N0xYilTvw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 90ms (Views: 87.3ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$US6F3V78hx4aoH8.wdOneOCWJwBTYceMwgeMfC1A5YhA6LTiRq4wG"], ["remember_token", "z2H3c9GdDZMdBnX2JpaHIQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'z2H3c9GdDZMdBnX2JpaHIQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'z2H3c9GdDZMdBnX2JpaHIQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'z2H3c9GdDZMdBnX2JpaHIQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 92ms (Views: 14.1ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.8mVKfhG/fKOnIclWSDQIu2W3J.SVca7FRZ27LFBmweDoOuDz83dK"], ["remember_token", "V2wCvK_U45_uBZrvJT7iMw=="], ["updated_at", Thu, 20 Mar 2014 08:31:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V2wCvK_U45_uBZrvJT7iMw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:31:53 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V2wCvK_U45_uBZrvJT7iMw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (13.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 97ms (Views: 22.6ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V2wCvK_U45_uBZrvJT7iMw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 13.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5.dUdoNryQEeb8raJLpLEuGNYBci3YrtmbPnqRYDAAY1Vae2Nuuie"], ["remember_token", "obDSSGibQK8gwrGyJptCdg=="], ["updated_at", Thu, 20 Mar 2014 08:31:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'obDSSGibQK8gwrGyJptCdg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 88ms (Views: 11.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'obDSSGibQK8gwrGyJptCdg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'obDSSGibQK8gwrGyJptCdg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:54 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'obDSSGibQK8gwrGyJptCdg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7csQWWbSUaks5QjEyqi/V.Vz1AC9NlPwHwoZv0rHHQqajFCa6AGX2"], ["remember_token", "NcXBneCVIc3W7g_g-ltSEA=="], ["updated_at", Thu, 20 Mar 2014 08:31:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NcXBneCVIc3W7g_g-ltSEA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NcXBneCVIc3W7g_g-ltSEA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"gallery"=>{"file"=>#, @content_type="image/jpeg">}, "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NcXBneCVIc3W7g_g-ltSEA==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:55 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 87ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'NcXBneCVIc3W7g_g-ltSEA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (10.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.7ms)
Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (12.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qBXX49rWyWWctYcK8Gaeyuww7s353VQ9ba5r.NSdoNHK0eIh6Gyme"], ["remember_token", "-5UyfxqxFn_T4h4kUX8kSw=="], ["updated_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-5UyfxqxFn_T4h4kUX8kSw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:56 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-5UyfxqxFn_T4h4kUX8kSw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (89.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 104ms (Views: 101.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.5ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$DJDD9TnUb1EAr1DMijTW/OqZAiJAFlnmGn5AXgniAJzcct7DXnYzi"], ["remember_token", "_-HPLewocGnsbzeHoKdneg=="], ["updated_at", Thu, 20 Mar 2014 08:31:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_-HPLewocGnsbzeHoKdneg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:57 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_-HPLewocGnsbzeHoKdneg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (98.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 117ms (Views: 114.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.6ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:57 UTC +00:00]]
[1m[36m (0.3ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.2ms)
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$BrLUfSaGWpa6gUJb4uUQ8.kTHeW7xzdoqitzs.Bo47z2aLbAwt2Mi"], ["remember_token", "A7RP_y6YGdF0HV8ZigM7SQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'A7RP_y6YGdF0HV8ZigM7SQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'A7RP_y6YGdF0HV8ZigM7SQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (125.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (17.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 153ms (Views: 150.1ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:58 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:58 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:31:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eWlaknkgXNnNJc4SxPOWk.GZKhTmNr6w1T4km2DF3x5xzJCHZkCi."], ["remember_token", "aGvy5Zdr3M8u_VrqE8fScg=="], ["updated_at", Thu, 20 Mar 2014 08:31:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aGvy5Zdr3M8u_VrqE8fScg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:58 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'aGvy5Zdr3M8u_VrqE8fScg==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (85.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (89.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 101ms (Views: 98.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.2ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$meOQFqibHe0bRPTHuouE1OjVMNgvFikd9jbp46tt8tnBnB9.uXXSK"], ["remember_token", "bdozhLSeYHWCl6zDnxNDIQ=="], ["updated_at", Thu, 20 Mar 2014 08:31:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:31:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:31:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bdozhLSeYHWCl6zDnxNDIQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 02:31:59 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bdozhLSeYHWCl6zDnxNDIQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:31:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 08:31:59 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:31:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dRXXdcFu9OTv7MrkZGx02OPL.jsMHqm.6z94wiRArTP3EStl6D6iG"], ["remember_token", "fSeP3IguiC0bmiC8FdNxzQ=="], ["updated_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 319ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:00 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fSeP3IguiC0bmiC8FdNxzQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:32:00 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fSeP3IguiC0bmiC8FdNxzQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:00 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.3ms)
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1qGut8RhjEPUJM9Zck0h6eVpsz3KYO3xzL/UyllRyus.3rcWFoQc6"], ["remember_token", "jUgQ9D4sfwu2HdCUYQmQkQ=="], ["updated_at", Thu, 20 Mar 2014 08:32:00 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:00 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jUgQ9D4sfwu2HdCUYQmQkQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jUgQ9D4sfwu2HdCUYQmQkQ==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$kHdgJBYrQ8fg2slugYBlL.baYfKHm7sOwj2pYApC6Ms9EG8vdzqAq"], ["remember_token", "cnPkVa9kVaODqhQtPtZNaw=="], ["updated_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cnPkVa9kVaODqhQtPtZNaw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:32:01 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:32:01 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cnPkVa9kVaODqhQtPtZNaw==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.0ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 0.4ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:02 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rZDMN09WrHtVsiAa0CDlM.TmpR261.2snbKMO2sCWLFQ.PQYoajra"], ["remember_token", "gNEHGWjcZJCiDcys0KvTaw=="], ["updated_at", Thu, 20 Mar 2014 08:32:02 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:02 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:02 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gNEHGWjcZJCiDcys0KvTaw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:02 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:32:02 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:32:02 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'gNEHGWjcZJCiDcys0KvTaw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:02 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:03 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$huGkk069IXgZ.8G8Q7wgzOxopsyHW1zQ0tQ7Cvh8RChBs.hWT/RX."], ["remember_token", "kso_PBkJfi-43fkhpBCcfw=="], ["updated_at", Thu, 20 Mar 2014 08:32:03 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:03 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:03 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kso_PBkJfi-43fkhpBCcfw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (85.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 96ms (Views: 94.5ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:03 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 08:32:03 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 02:32:03 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'kso_PBkJfi-43fkhpBCcfw==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.1ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.1ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (11.4ms)
Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.4ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>""}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 10ms (Views: 7.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:04 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$p9cunKccQh4m09YhvcO5C.APDkaIrPzFFGsB3/Tql33t1qnZJS21G"], ["remember_token", "bhI5NFWQx3hLHIkP4QlvIw=="], ["updated_at", Thu, 20 Mar 2014 08:32:04 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bhI5NFWQx3hLHIkP4QlvIw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:04 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:05 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ZYa6dlYqZYoMfakUcVVUpe6himM651MvJEqdeZGSa6W6TKFJtUA6a"], ["remember_token", "g5FGmgEaYV0F7_ReJR0PCA=="], ["updated_at", Thu, 20 Mar 2014 08:32:05 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:05 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:05 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'g5FGmgEaYV0F7_ReJR0PCA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:05 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$yL1gb8btpN2l4zjDVaWjzOLnWv8j.dtpVJr3AW/W8PAXoKBA8fMji"], ["remember_token", "ClRdEkgEw7BSb-Etimxy3A=="], ["updated_at", Thu, 20 Mar 2014 08:32:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ClRdEkgEw7BSb-Etimxy3A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 100ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (8.8ms)
Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:06 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$dsKCpiNzQozU8YjIA9mCsuqB.0Tca7I68b5irye.KvifhpeXfcyZa"], ["remember_token", "n4NkoWhtjG_59lDg3_la3A=="], ["updated_at", Thu, 20 Mar 2014 08:32:06 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 02:32:06 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}, "commit"=>"Iniciar Sesión", "utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 02:32:07 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'n4NkoWhtjG_59lDg3_la3A==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 02:32:07 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 02:32:07 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.0ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1
[1m[36mAdminpanel::User Exists (0.0ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:10 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$gQEJ9bhkaXCaPs.CXenyM.P6QoxA51rPhsD6GL6nXXNA6lAEp1p6i"], ["remember_token", "WCOZvjQJIlhPIxkjYvC3FQ=="], ["updated_at", Thu, 20 Mar 2014 08:32:10 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:11 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$P9V23GZDjR7op3z84eQtO.Mw5nAvppg0kkVtIFBB07tAy2MUf4xgK"], ["remember_token", "pBDAAdJO6yZK1Vny_E4tbw=="], ["updated_at", Thu, 20 Mar 2014 08:32:11 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:32:12 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$tfa6iMAAYIVEr7O.1ncowO5x5JxmsEQ2ycCME3oihl/gDgAQM613q"], ["remember_token", "1Pmq3zYB76NQmMaURd_mog=="], ["updated_at", Thu, 20 Mar 2014 08:32:12 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:32:14 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$cNbVDI3FmMqtCxrY/r9bFu4agz5CKqdnIAWej642ViMj6F6cZ5DLm"], ["remember_token", "NJiwYK6tT0rdGjXyzqA8gg=="], ["updated_at", Thu, 20 Mar 2014 08:32:14 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 08:34:35 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$jaAYZE.3JOwgnOFsSmoK1ePQ9KZuFA42kaByva./o7SI886.Sr8mm"], ["remember_token", "Q91SaxASc-JBUKoJ2p4rGA=="], ["updated_at", Thu, 20 Mar 2014 08:34:35 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 08:34:35 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$eTdRb0QVSo2neOTZDbdOSuDX0UpnCbw20ddEQ9OzEoLfaOwxUQEEq"], ["remember_token", "7jW4Pnc5a60LvqYZlRbLQQ=="], ["updated_at", Thu, 20 Mar 2014 08:34:35 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.2ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (1.2ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.4ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
[1m[35m (0.2ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.9ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.4ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Connecting to database specified by database.yml
[1m[36m (0.8ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (0.3ms)[0m CREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "email" varchar(255), "password_digest" varchar(255), "remember_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_galleries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "section_id" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "price" varchar(255), "name" varchar(255), "description" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.2ms)[0m [1mCREATE TABLE "adminpanel_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "product_id" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
[1m[36m (0.1ms)[0m [1mCREATE TABLE "adminpanel_categorizations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "product_id" integer, "category_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
[1m[35m (0.1ms)[0m CREATE TABLE "adminpanel_sections" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "key" varchar(255), "has_image" boolean, "page" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "has_description" boolean)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (212.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (6.0ms)
Completed 200 OK in 231ms (Views: 230.1ms | ActiveRecord: 0.3ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 11ms (Views: 7.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = '' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.2ms)
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:09 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$UxsKBdC2eMFM2SeHjlGb4.1zyi/ZkLow0ToweDEbbPXAhrNy5Riji"], ["remember_token", "l1GPiDtUcqjMH9-9JEFrXA=="], ["updated_at", Thu, 20 Mar 2014 09:08:09 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:09 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'l1GPiDtUcqjMH9-9JEFrXA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (74.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 87ms (Views: 85.7ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:10 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:10 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WTWIwjzDKgFmzv6xhN7ge.AUbptfPhR/2jJxO2kdkZvSne0kJBNdW"], ["remember_token", "LX-tGAHfwrIaVCVm3d4BfQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:10 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:10 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:10 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LX-tGAHfwrIaVCVm3d4BfQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:11 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CNT6cSlaGZGRlheyRTk3GeADtbR87twG7GNyTinMaZ/IMN.IbvAhW"], ["remember_token", "fEqzNTWkMlr1PGvP2fkCXg=="], ["updated_at", Thu, 20 Mar 2014 09:08:11 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fEqzNTWkMlr1PGvP2fkCXg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.3ms)
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:11 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:12 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$X7.c/syAH9PTq0qNEJpwneGamJGsiRX165FaKTV.OyorUN35pb5JO"], ["remember_token", "0nV0lWohXu3FdbnE9YQDAQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:12 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:12 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:12 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '0nV0lWohXu3FdbnE9YQDAQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (72.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.1ms)
Started DELETE "/adminpanel/signout" for 127.0.0.1 at Thu Mar 20 03:08:12 -0600 2014
Processing by Adminpanel::SessionsController#destroy as HTML
Redirected to http://www.example.com/adminpanel/signin
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:12 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo.COM' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'A_US-ER@f.b.org' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'frst.lst@foo.jp' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.2ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'a+b@baz.cn' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'USER@EXAMPLE.COM' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:16 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$8bq4vvEwyRszRZE9z.5uF.NEwsA0ddY0Fn6yVmFO4QAUpqnQx5IUi"], ["remember_token", "mZJk4Bf6hFZBzpG5BgeMIw=="], ["updated_at", Thu, 20 Mar 2014 09:08:16 UTC +00:00]]
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@foo,com' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user_at_foo.org' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'example.user@foo.' LIMIT 1
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar_baz.com' LIMIT 1[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'foo@bar+baz.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:16 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$mvhZ4nJpmono1JYiTe5xTOucMUzhiZnyJsaWlTpsSbasiI8onyTCO"], ["remember_token", "0BJ7hY1DHsfWYsweeUdwuw=="], ["updated_at", Thu, 20 Mar 2014 09:08:16 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:17 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$ngsz9zIe2tgo5mt8DUF8VeG30qG2QaOtit1WrpZpj5rq7yuZVfTqq"], ["remember_token", "RAWxNzLfJomd91DTNwyIVw=="], ["updated_at", Thu, 20 Mar 2014 09:08:17 UTC +00:00]]
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:18 UTC +00:00], ["email", "user@example.com"], ["name", "Example User"], ["password_digest", "$2a$10$1117co6FxpXCSd9bdJm5V.KxIqyybldYZZMCD2jnVtNUebbXyL0LW"], ["remember_token", "8ICHTIMkB-j-MWykFTb8NQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:18 UTC +00:00]]
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = ' ' LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'user@example.com' LIMIT 1
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (87.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 93ms (Views: 92.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:20 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fzE500JmA3iIlyfEi38OMufy89GNzbtumITLLt4E4urLhDj3ykJ4."], ["remember_token", "jT1WuZ0gdfB-blTPhLdWnA=="], ["updated_at", Thu, 20 Mar 2014 09:08:20 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:20 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:20 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jT1WuZ0gdfB-blTPhLdWnA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 03:08:20 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'jT1WuZ0gdfB-blTPhLdWnA==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 19ms (Views: 15.2ms | ActiveRecord: 0.3ms)
[1m[35mSQL (0.4ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:20 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 09:08:20 UTC +00:00]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:20 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 83ms (Views: 82.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:21 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NpCPeFjY7Wm.KjvJPPSTMeF2/RhDowP3WQ5yB28JS/fMTVHWrgWQi"], ["remember_token", "xsRi2o-HAowsbYDlSEeNPg=="], ["updated_at", Thu, 20 Mar 2014 09:08:21 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:21 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:21 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xsRi2o-HAowsbYDlSEeNPg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/sections" for 127.0.0.1 at Thu Mar 20 03:08:21 -0600 2014
Processing by Adminpanel::SectionsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xsRi2o-HAowsbYDlSEeNPg==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/index.html.erb within layouts/admin (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.2ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:21 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 09:08:21 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:21 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$WlWtHzQhLx8S7Q4.f5L8xuFdccpHrm1XqJ90Q.iZ3QMVHRVf08bxu"], ["remember_token", "ImZdWE2p_YsM80DylWYBGw=="], ["updated_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 406ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:22 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ImZdWE2p_YsM80DylWYBGw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 03:08:22 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ImZdWE2p_YsM80DylWYBGw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.2ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.0ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (13.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 26ms (Views: 22.5ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:22 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$e6mzssLvMUidxE/rRDCqC.VU4jGn3hBA2FVXQ64SHACB7y/fSEU8O"], ["remember_token", "nvulCvnLkEerR6KW8pwibw=="], ["updated_at", Thu, 20 Mar 2014 09:08:22 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:22 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'nvulCvnLkEerR6KW8pwibw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'nvulCvnLkEerR6KW8pwibw==' LIMIT 1
[1m[36mAdminpanel::Section Load (0.0ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Image Load (0.1ms)[0m SELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$rWEKAtj2pcmaXmpt4TKP6.U9rMcVH.i8Fvu4wdKwGUE8HJC/kL8L2"], ["remember_token", "MrnutodXwbLGQWo53HpRtw=="], ["updated_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MrnutodXwbLGQWo53HpRtw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (81.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 89ms (Views: 87.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00], ["description", nil], ["has_description", false], ["has_image", true], ["key", "key"], ["name", "section_name"], ["page", "index"], ["updated_at", Thu, 20 Mar 2014 09:08:23 UTC +00:00]]
Started GET "/adminpanel/sections/1" for 127.0.0.1 at Thu Mar 20 03:08:23 -0600 2014
Processing by Adminpanel::SectionsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MrnutodXwbLGQWo53HpRtw==' LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.0ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" WHERE "adminpanel_sections"."id" = ? ORDER BY page ASC LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Image Load (0.1ms)[0m [1mSELECT "adminpanel_images".* FROM "adminpanel_images" WHERE "adminpanel_images"."section_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sections/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "1 Lorem ipsum dolor sit amec"], ["name", "Bgr Transito Gonzalez"], ["price", 333], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.016441', "created_at" = '2012-07-09 04:16:44.015898' WHERE "adminpanel_products"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-07-09 04:16:44.015898' WHERE "adminpanel_products"."id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "2 Lorem ipsum dolor sit amec"], ["name", "MVP Katy Lopez"], ["price", 3907], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35m (0.2ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.020892', "created_at" = '2012-01-05 08:09:07.020481' WHERE "adminpanel_products"."id" = 2
[1m[36m (0.2ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2012-01-05 08:09:07.020481' WHERE "adminpanel_products"."id" = 2[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "3 Lorem ipsum dolor sit amec"], ["name", "Bgr Transito Gonzalez"], ["price", 417], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.027833', "created_at" = '2013-03-21 05:11:05.027472' WHERE "adminpanel_products"."id" = 3[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2013-03-21 05:11:05.027472' WHERE "adminpanel_products"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "4 Lorem ipsum dolor sit amec"], ["name", "CEO Katy Camacho"], ["price", 311], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.031307', "created_at" = '2013-12-26 13:31:35.030999' WHERE "adminpanel_products"."id" = 4
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-12-26 13:31:35.030999' WHERE "adminpanel_products"."id" = 4[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "5 Lorem ipsum dolor sit amec"], ["name", "MVP Victor Lopez"], ["price", 3277], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.034657', "created_at" = '2012-08-11 23:07:50.034341' WHERE "adminpanel_products"."id" = 5[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-08-11 23:07:50.034341' WHERE "adminpanel_products"."id" = 5
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "6 Lorem ipsum dolor sit amec"], ["name", "Sir Sean Ferreira"], ["price", 3503], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.038088', "created_at" = '2013-01-02 23:00:34.037767' WHERE "adminpanel_products"."id" = 6
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-01-02 23:00:34.037767' WHERE "adminpanel_products"."id" = 6[0m
[1m[35mSQL (0.6ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "7 Lorem ipsum dolor sit amec"], ["name", "Sir John Lopez"], ["price", 3524], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.045119', "created_at" = '2011-07-12 19:53:04.044261' WHERE "adminpanel_products"."id" = 7[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2011-07-12 19:53:04.044261' WHERE "adminpanel_products"."id" = 7
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "8 Lorem ipsum dolor sit amec"], ["name", "Sir John Roe"], ["price", 2104], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35m (0.1ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.049958', "created_at" = '2011-05-21 08:14:16.049587' WHERE "adminpanel_products"."id" = 8
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2011-05-21 08:14:16.049587' WHERE "adminpanel_products"."id" = 8[0m
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "9 Lorem ipsum dolor sit amec"], ["name", "MVP Sean Holmes"], ["price", 1710], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.053451', "created_at" = '2012-10-28 04:49:28.053137' WHERE "adminpanel_products"."id" = 9[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2012-10-28 04:49:28.053137' WHERE "adminpanel_products"."id" = 9
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", "10 Lorem ipsum dolor sit amec"], ["name", "MVP Katy Holmes"], ["price", 268], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35m (0.2ms)[0m UPDATE "adminpanel_products" SET "updated_at" = '2014-03-20 09:08:24.056775', "created_at" = '2013-11-05 20:10:11.056459' WHERE "adminpanel_products"."id" = 10
[1m[36m (0.2ms)[0m [1mUPDATE "adminpanel_products" SET "updated_at" = '2013-11-05 20:10:11.056459' WHERE "adminpanel_products"."id" = 10[0m
[1m[35mAdminpanel::Product Load (0.2ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_sections" ("created_at", "description", "has_description", "has_image", "key", "name", "page", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["description", ""], ["has_description", false], ["has_image", false], ["key", "mission"], ["name", "Mission"], ["page", "about"], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35mAdminpanel::Section Load (0.1ms)[0m SELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1
[1m[36mAdminpanel::Section Load (0.1ms)[0m [1mSELECT "adminpanel_sections".* FROM "adminpanel_sections" ORDER BY page DESC LIMIT 1[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:24 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NxR09lerpbu.m.wbrxCEB.IUbVeB8S04QB727k8urcmm//lNj50jS"], ["remember_token", "fUh2OuE1W6HJO1ZMvMboOQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:24 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:24 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fUh2OuE1W6HJO1ZMvMboOQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 09:08:24 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'fUh2OuE1W6HJO1ZMvMboOQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (21.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.0ms)
Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$k9IoFPZHBupBfHKa5ReQhO/kMtmKR46N4zTJvX0kGPIQiIMGBX7aK"], ["remember_token", "LXWvgSnl0xG_UViztEgXzg=="], ["updated_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LXWvgSnl0xG_UViztEgXzg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 14.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:25 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'LXWvgSnl0xG_UViztEgXzg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:25 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$4/8i8MkEHOIHOzFTtH2rEuAWCbV9sHatP/01slXbodlavQPwJ5tXW"], ["remember_token", "Knao47oRG7JaoWO3C0G16w=="], ["updated_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:26 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 321ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:26 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Knao47oRG7JaoWO3C0G16w==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:26 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:26 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Knao47oRG7JaoWO3C0G16w==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:26 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zSotJ0xNI06EjRPakaWUW.YrRHLo4UWtg33gA2pCMrkyMrbFqNSmG"], ["remember_token", "x1T4_veW9H1xFEg1uVc7Cg=="], ["updated_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 388ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:27 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'x1T4_veW9H1xFEg1uVc7Cg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:27 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'x1T4_veW9H1xFEg1uVc7Cg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:27 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$fKxVyh4QsdO.qYyjkA/.EOEt1BIZ0qhmPjDgs1wdNPu4JrGjCVCTm"], ["remember_token", "iLO0u5pJIj0mNS88XO2Uug=="], ["updated_at", Thu, 20 Mar 2014 09:08:27 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:27 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:28 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iLO0u5pJIj0mNS88XO2Uug==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (1.1ms)
Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_photos" ("created_at", "file", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00], ["file", "hipster.jpg"], ["product_id", nil], ["updated_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00]]
Started GET "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:28 -0600 2014
Processing by Adminpanel::ProductsController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iLO0u5pJIj0mNS88XO2Uug==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/show.html.erb within layouts/admin (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.3ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:28 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$7v75ouR3O1uGNAHjKNBPhOJVCHDJHP2MlSTH/0hd9SD2JqStjQW/a"], ["remember_token", "WwxD9JTWqvL5U_qUdwzmsQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:28 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:28 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 317ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WwxD9JTWqvL5U_qUdwzmsQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'WwxD9JTWqvL5U_qUdwzmsQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.6ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (12.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (95.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 108ms (Views: 104.6ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$YHwS0AX7wAos2Yw6BCsLW.HrjCSMO6zdYwZXXucTkhWHUmfi4wDre"], ["remember_token", "IadzNaLdOmb2i5tY9nDizA=="], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IadzNaLdOmb2i5tY9nDizA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:29 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IadzNaLdOmb2i5tY9nDizA==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (74.3ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (9.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (88.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 105ms (Views: 100.9ms | ActiveRecord: 0.5ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:29 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}, "id"=>"1"}
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'IadzNaLdOmb2i5tY9nDizA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.5ms)
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (84.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (92.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 120ms (Views: 101.2ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ArTCJ1rNF1MHRX6J6WCdTOiZ/Jk.fBD/sXaMfsyZUKjdplwMO9HzS"], ["remember_token", "xPYYFbTFgxxLAr-D9tc0Ww=="], ["updated_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 313ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xPYYFbTFgxxLAr-D9tc0Ww==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 84.8ms | ActiveRecord: 0.3ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00]]
[1m[36mSQL (0.1ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:30 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xPYYFbTFgxxLAr-D9tc0Ww==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (10.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (15.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 30ms (Views: 23.7ms | ActiveRecord: 0.6ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}, "id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'xPYYFbTFgxxLAr-D9tc0Ww==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.0ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Category Load (0.2ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (4.0ms)
[1m[36mAdminpanel::Photo Load (0.1ms)[0m [1mSELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (16.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 119ms (Views: 25.0ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:30 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.1ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$tcEdz33OJadkGjGf4qaKPupvwBGMliQvnff8mGSSpU8W49pucX1w."], ["remember_token", "barPEIIlrIeZz07y2ewnUw=="], ["updated_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:31 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:31 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'barPEIIlrIeZz07y2ewnUw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (75.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 91ms (Views: 89.0ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:31 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 03:08:31 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'barPEIIlrIeZz07y2ewnUw==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (13.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.4ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:31 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"12392.2", "name"=>"very little description", "category_ids"=>["", "1"], "description"=>"this is a little longer description, can be very long"}, "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'barPEIIlrIeZz07y2ewnUw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (87.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 107ms (Views: 96.6ms | ActiveRecord: 0.3ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:31 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eumvxV7Lg4RoIaN2/6nqKONl8HFiuQoOvIQYl7YaXOEBrXhjUcYvK"], ["remember_token", "ZwTldhPOg2jQdw11Gaa_ZQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:32 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:32 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZwTldhPOg2jQdw11Gaa_ZQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (8.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 25ms (Views: 20.7ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00]]
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?)[0m [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:32 UTC +00:00]]
Started GET "/adminpanel/products/1/edit" for 127.0.0.1 at Thu Mar 20 03:08:32 -0600 2014
Processing by Adminpanel::ProductsController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZwTldhPOg2jQdw11Gaa_ZQ==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1[0m [["id", "1"]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.2ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1[0m
[1m[35mAdminpanel::Photo Load (0.1ms)[0m SELECT "adminpanel_photos".* FROM "adminpanel_photos" WHERE "adminpanel_photos"."product_id" = 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (17.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/edit.html.erb within layouts/admin (151.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.8ms)
Completed 200 OK in 176ms (Views: 169.2ms | ActiveRecord: 0.5ms)
Started PUT "/adminpanel/products/1" for 127.0.0.1 at Thu Mar 20 03:08:32 -0600 2014
Processing by Adminpanel::ProductsController#update as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}, "id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'ZwTldhPOg2jQdw11Gaa_ZQ==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.0ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products" WHERE "adminpanel_products"."id" = ? LIMIT 1 [["id", "1"]]
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" = 1
[1m[36m (0.3ms)[0m [1mUPDATE "adminpanel_products" SET "description" = 'a little longer text
', "updated_at" = '2014-03-20 09:08:32.827340', "name" = 'product name', "price" = '855.5' WHERE "adminpanel_products"."id" = 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (6.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 38ms (Views: 20.4ms | ActiveRecord: 0.6ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:32 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:33 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$HqMiNnw5rVQuaut2Ui7YOufvk5cQ3zpoBaTocY0Bx.Vu6OP3JvGJG"], ["remember_token", "1PShAB0xijqBirObb9C3ZQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:33 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:33 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 318ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:33 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1PShAB0xijqBirObb9C3ZQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:33 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:33 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 03:08:33 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '1PShAB0xijqBirObb9C3ZQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (7.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (77.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 97ms (Views: 94.5ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:33 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$hXhirYIfsqvMOM/AcNRgUOZsK6Cqd2fpMx.QPg8OuNu/ISy1yz9zu"], ["remember_token", "W5ki_RW4BENioq8kKQlvZg=="], ["updated_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'W5ki_RW4BENioq8kKQlvZg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'W5ki_RW4BENioq8kKQlvZg==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (72.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (79.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (83.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 95ms (Views: 91.9ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>[""], "description"=>""}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'W5ki_RW4BENioq8kKQlvZg==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (6.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (73.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (79.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (89.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 114ms (Views: 98.6ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$ClsIGBgGIFY.ELUkjY2y/.P2h12Qo3DSfit9mZTyf02BJx5.kYagm"], ["remember_token", "-ADKMjwHu7OsGnAVRx1FBw=="], ["updated_at", Thu, 20 Mar 2014 09:08:34 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:34 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:35 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-ADKMjwHu7OsGnAVRx1FBw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:35 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:35 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 03:08:35 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-ADKMjwHu7OsGnAVRx1FBw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.1ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[36m (0.1ms)[0m [1mSELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (86.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (92.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.5ms)
Completed 200 OK in 105ms (Views: 102.0ms | ActiveRecord: 0.4ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:35 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"", "name"=>"", "category_ids"=>[""], "description"=>""}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '-ADKMjwHu7OsGnAVRx1FBw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (83.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (94.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 122ms (Views: 104.2ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:35 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:35 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$qrduYuALq9vP7qH6R17q5OY74QBJvxj/5ERInfWynOFucbyZ6BZ6y"], ["remember_token", "iWKAAiH7yI2uYW1Gi9xpSQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:35 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:35 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:36 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iWKAAiH7yI2uYW1Gi9xpSQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 03:08:36 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iWKAAiH7yI2uYW1Gi9xpSQ==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.1ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.2ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (91.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (95.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 107ms (Views: 104.3ms | ActiveRecord: 0.3ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:36 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iWKAAiH7yI2uYW1Gi9xpSQ==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (6.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 27ms (Views: 15.9ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:36 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3I1SCDBarkyfHHf9I75wt.138DjWhYcDlQdsswzGMdhYxUmlP3rDy"], ["remember_token", "bC6ueLKDl6G5OpzJfIJBWw=="], ["updated_at", Thu, 20 Mar 2014 09:08:36 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:36 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bC6ueLKDl6G5OpzJfIJBWw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00], ["name", "Test Category"], ["updated_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00]]
Started GET "/adminpanel/products/new" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::ProductsController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bC6ueLKDl6G5OpzJfIJBWw==' LIMIT 1
[1m[36mAdminpanel::Category Load (0.0ms)[0m [1mSELECT "adminpanel_categories".* FROM "adminpanel_categories" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
[1m[35m (0.1ms)[0m SELECT "adminpanel_categories".id FROM "adminpanel_categories" INNER JOIN "adminpanel_categorizations" ON "adminpanel_categories"."id" = "adminpanel_categorizations"."category_id" WHERE "adminpanel_categorizations"."product_id" IS NULL
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_image_fields.html.erb (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_init_editor.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_form_fields.html.erb (8.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/new.html.erb within layouts/admin (12.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.2ms)
Started POST "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::ProductsController#create as HTML
Parameters: {"utf8"=>"✓", "product"=>{"price"=>"855.5", "name"=>"product name", "category_ids"=>["", "1"], "description"=>"a little longer text
"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'bC6ueLKDl6G5OpzJfIJBWw==' LIMIT 1[0m
[1m[35mAdminpanel::Category Load (0.0ms)[0m SELECT "adminpanel_categories".* FROM "adminpanel_categories" WHERE "adminpanel_categories"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00], ["description", "a little longer text
"], ["name", "product name"], ["price", "855.5"], ["updated_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00]]
[1m[35mSQL (0.1ms)[0m INSERT INTO "adminpanel_categorizations" ("category_id", "created_at", "product_id", "updated_at") VALUES (?, ?, ?, ?) [["category_id", 1], ["created_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00], ["product_id", 1], ["updated_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00]]
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 26ms (Views: 14.9ms | ActiveRecord: 0.5ms)
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_categorizations"
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.1ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$.xqSdTHedYdRJidDQHr/wuNm7Ecmr2YGdMkxglPRUZIpUzkbWNPta"], ["remember_token", "f3UQmIC25fDF9pBTKkOvJg=="], ["updated_at", Thu, 20 Mar 2014 09:08:37 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 311ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f3UQmIC25fDF9pBTKkOvJg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 87ms (Views: 84.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'f3UQmIC25fDF9pBTKkOvJg==' LIMIT 1
[1m[36mAdminpanel::Product Load (0.1ms)[0m [1mSELECT "adminpanel_products".* FROM "adminpanel_products" [0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:37 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.0ms)
Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:38 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3zezgRE1O.7ENDxUziwnn.TfDk80JSWRfYchEi2KRsXQdmzMUnJ8q"], ["remember_token", "MMVCMywnraQDnWEiNbjGLA=="], ["updated_at", Thu, 20 Mar 2014 09:08:38 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:38 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:38 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MMVCMywnraQDnWEiNbjGLA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:38 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'MMVCMywnraQDnWEiNbjGLA==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (76.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 89ms (Views: 87.5ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:38 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:38 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:38 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$x1U1tvtAD/zhzXlzv3bn3u.ty9Bb.yJRrmphJKJ9wknOXLYtrz6KO"], ["remember_token", "8ZfRfwzyPl7DHDxyHTmexw=="], ["updated_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.3ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.3ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:39 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8ZfRfwzyPl7DHDxyHTmexw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/products" for 127.0.0.1 at Thu Mar 20 03:08:39 -0600 2014
Processing by Adminpanel::ProductsController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '8ZfRfwzyPl7DHDxyHTmexw==' LIMIT 1[0m
[1m[35mAdminpanel::Product Load (0.1ms)[0m SELECT "adminpanel_products".* FROM "adminpanel_products"
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/index.html.erb within layouts/admin (2.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.2ms)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_products" ("created_at", "description", "name", "price", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00], ["description", "this is a little longer description, can be very long"], ["name", "very little description"], ["price", "12392.2"], ["updated_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:39 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Zd5qbqiZG/vLbKM1A8FvsOtd2eP9HCI0WkqnzSIAWNz5h3lxeNdW."], ["remember_token", "3g73r-PORKOf7Fub99b1hQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:39 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:39 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3g73r-PORKOf7Fub99b1hQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:40 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:40 UTC +00:00]]
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '3g73r-PORKOf7Fub99b1hQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.2ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:40 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$FA953vAiITzj.wv/MyXNK.jLFIT61MU67jHjp7XMHftziWBFUpGO6"], ["remember_token", "X2BY5hj64gamUCBCAJgfpg=="], ["updated_at", Thu, 20 Mar 2014 09:08:40 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 323ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'X2BY5hj64gamUCBCAJgfpg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'X2BY5hj64gamUCBCAJgfpg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:40 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 86ms (Views: 84.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:41 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5sVUgveAjNaiECSVUUx9Y.NrQTjuaxipNfoAj7Yc04oTUOSQ1p2Ge"], ["remember_token", "cseRUUTVhFFTrxeq5cTQlw=="], ["updated_at", Thu, 20 Mar 2014 09:08:41 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:41 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:41 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cseRUUTVhFFTrxeq5cTQlw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 03:08:41 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cseRUUTVhFFTrxeq5cTQlw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:41 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'cseRUUTVhFFTrxeq5cTQlw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 95ms (Views: 88.7ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:41 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$nwrKeUZbqXitTRple5y9oO8/Iio83S2bnqkBMI0p8OB6OXN.EP9sq"], ["remember_token", "_1QKLtVrXVSDcQExh9gbJQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 316ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_1QKLtVrXVSDcQExh9gbJQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_1QKLtVrXVSDcQExh9gbJQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 11.3ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_1QKLtVrXVSDcQExh9gbJQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (5.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 20ms (Views: 13.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:42 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$CfHF4F.ErTqd7L6aTtbOi.ia3dEvMW5YD3pqYPCmczoe1kMwgijdG"], ["remember_token", "7MmGliEO5nVz1jCkNw5hHQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:42 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:42 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7MmGliEO5nVz1jCkNw5hHQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7MmGliEO5nVz1jCkNw5hHQ==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 86.8ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7MmGliEO5nVz1jCkNw5hHQ==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:43 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:43 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '7MmGliEO5nVz1jCkNw5hHQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1[0m [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.3ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:43 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$aCJKTQ9zRZRwjFnFOxaf0.OOBXJGnjhSQsQib1LXg8ETRz3x2BYqS"], ["remember_token", "SIinIMmJvgvikvIAEdv_Aw=="], ["updated_at", Thu, 20 Mar 2014 09:08:43 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:43 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SIinIMmJvgvikvIAEdv_Aw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries/new" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::GalleriesController#new as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SIinIMmJvgvikvIAEdv_Aw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_error_messages.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/new.html.erb within layouts/admin (3.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
Started POST "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::GalleriesController#create as HTML
Parameters: {"utf8"=>"✓", "gallery"=>{"file"=>#, @content_type="image/jpeg">}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SIinIMmJvgvikvIAEdv_Aw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00]]
Redirected to http://www.example.com/adminpanel/galleries/1
Completed 302 Found in 13ms (ActiveRecord: 0.4ms)
Started GET "/adminpanel/galleries/1" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::GalleriesController#show as HTML
Parameters: {"id"=>"1"}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'SIinIMmJvgvikvIAEdv_Aw==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? ORDER BY position ASC LIMIT 1 [["id", "1"]]
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/show.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 89ms (Views: 86.8ms | ActiveRecord: 0.1ms)
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$oqveDTsqVCUXzqQu1FwEZu72RhB3qfsdTfSfJmil8GQCs9Mdr7gKW"], ["remember_token", "Trvg62IqG2UYfgOznYqNGw=="], ["updated_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Trvg62IqG2UYfgOznYqNGw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:44 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:44 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$bI8tdqcrgLJZmy1.ZOIQKeUreOEPyLV.xa5qwX9UqyhqYyeD.yljG"], ["remember_token", "yPkEDCD-0sApQbmGQlKVDg=="], ["updated_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:45 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:45 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'yPkEDCD-0sApQbmGQlKVDg==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:45 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:45 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$3eugyfiyCUl2mybMTxpQLOJux.wotlNMCJz/lM1o1OsUX2k4da1wq"], ["remember_token", "Ps-gfpllxDRrMZ6RnSNwlA=="], ["updated_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 381ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:46 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'Ps-gfpllxDRrMZ6RnSNwlA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00]]
[1m[35m (0.2ms)[0m rollback transaction
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:46 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (3.4ms)
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$A/vLoGMesbmLjHbmy0ZZXumMFZ3kDzbZas16XOz5nzYjwKPZ6KCMC"], ["remember_token", "mta8HITKxBfQgATKGMWeCw=="], ["updated_at", Thu, 20 Mar 2014 09:08:46 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:46 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 308ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'mta8HITKxBfQgATKGMWeCw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 88ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:47.207160' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:47.208618' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Jkc0F0OnhotGpvQtCPTmOeR/eKi2fsGWGhGh3hxGDrO1EFYQk5B2S"], ["remember_token", "O3fUM5z0uoub2E4TOdpcYA=="], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:47 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 327ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:47 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'O3fUM5z0uoub2E4TOdpcYA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 84ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:47 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:47.991874' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:47.993288' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:47 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NC4Ca/EhjhKYoiCsvKrpqOlmblJqYzVhEV3uRWb4bgjClT4I6yuTK"], ["remember_token", "HXULUNikA4I_GQJiZC88yw=="], ["updated_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:48 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 315ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:48 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'HXULUNikA4I_GQJiZC88yw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 96ms (Views: 10.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:48 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:48.769480' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:48.770951' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 3 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 3, "updated_at" = '2014-03-20 09:08:48.774935' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:48.776301' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:48 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$Hlvgupy2xhOJlni8sSzF5uUj7yZqw/B4t0nHHoQiS2fPBTHR6TN6S"], ["remember_token", "_T5h79xZq280kIbBc7LWXA=="], ["updated_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 310ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:49 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '_T5h79xZq280kIbBc7LWXA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "adminpanel_galleries" [0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:49.534337' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.0ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:49.535757' WHERE "adminpanel_galleries"."id" = 2
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:49 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.9ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$5Q6O4EQNEuF1VnkISwQuCuPOel8kGRoaHSGCvqGnSc1NC.88HAf9q"], ["remember_token", "uMRoAwcMretqqPkvPMeDhA=="], ["updated_at", Thu, 20 Mar 2014 09:08:49 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:49 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 312ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:50 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.2ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'uMRoAwcMretqqPkvPMeDhA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00]]
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "adminpanel_galleries"
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 2 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.3ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:50.343160' WHERE "adminpanel_galleries"."id" = 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:50.346746' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:50 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (6.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.2ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.6ms)
Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$alfDkCAzpNWMm1S0KdgVvepG3f//0JHD8MqFCwNps..EIQBijliBe"], ["remember_token", "iut1ERsGXQ_utgkphotgkw=="], ["updated_at", Thu, 20 Mar 2014 09:08:50 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:50 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 323ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:51 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'iut1ERsGXQ_utgkphotgkw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (9.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.3ms)
Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.3ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.7ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.4ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (1.0ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:51.282747' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:51.284785' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:51 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (4.9ms)
Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$GhyYpi1xIAKsyjnL1.Bp6OUmm3BnbKQ.i424YR/vzLU7KPyF/cfHi"], ["remember_token", "YWmQu20bbtctyvay8JvUWw=="], ["updated_at", Thu, 20 Mar 2014 09:08:51 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:51 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 322ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'YWmQu20bbtctyvay8JvUWw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (7.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.5ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.2ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:52.151523' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.3ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:52.153859' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.2ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (5.5ms)
Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$1Lni6SQueJOb1Gu2BA0ciu8sPD.ZRx0y7XBotyvm53WH58g65Jz2."], ["remember_token", "JnVOIsEhQvI0tIgp6czFPw=="], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:52 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 314ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:52 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JnVOIsEhQvI0tIgp6czFPw==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (6.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:52 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:52.939706' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:52.941187' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:52.944643' WHERE "adminpanel_galleries"."id" = 1[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:52.946152' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:52 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$LHAlvpYiVUgOFc4/.rkUSuIB25KtdpNnHPort5ADx6/M1iPsaHTLW"], ["remember_token", "d77YzAY10xDJOq39j2OV0Q=="], ["updated_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:53 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 330ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:53 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'd77YzAY10xDJOq39j2OV0Q==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (2.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (11.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.4ms)
Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:53 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:53.846139' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:53.847566' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:53 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$0zIjDqoaQM7ARV77RZtISORYjM7/10rb3FZV2EkB5TIAbKkRbfKo2"], ["remember_token", "t9UEdhw8m2ZBiPztu72_XA=="], ["updated_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 320ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:54 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 't9UEdhw8m2ZBiPztu72_XA==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.2ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."position" = 1 ORDER BY position ASC LIMIT 1
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:54.628368' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:54.630102' WHERE "adminpanel_galleries"."id" = 1
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:54 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (5.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$NuqDq0qxqtaxfQCSMXe3PeBN2OmvhvFH/dAnwuqFHdPqBK92sUCBO"], ["remember_token", "vF2yCzNOsd-IwBh7Aq8Bkw=="], ["updated_at", Thu, 20 Mar 2014 09:08:54 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:54 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:55 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'vF2yCzNOsd-IwBh7Aq8Bkw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (5.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00]]
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC
[1m[36m (0.1ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:55.404053' WHERE "adminpanel_galleries"."id" = 2[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:55.405630' WHERE "adminpanel_galleries"."id" = 3
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ?[0m [["id", 1]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 2]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 3]]
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:55 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.6ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$shlckcmsK3822pC0EB8l2uqpiW2HUMw/Xvq5XZyQL8xWFfk0Ou/BG"], ["remember_token", "manbwWgLwm-oAEViiWT1-g=="], ["updated_at", Thu, 20 Mar 2014 09:08:55 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:55 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'manbwWgLwm-oAEViiWT1-g==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 2], ["updated_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 3], ["updated_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00]]
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE (position > 1) ORDER BY position ASC[0m
[1m[35m (0.1ms)[0m UPDATE "adminpanel_galleries" SET "position" = 1, "updated_at" = '2014-03-20 09:08:56.164194' WHERE "adminpanel_galleries"."id" = 2
[1m[36m (0.0ms)[0m [1mUPDATE "adminpanel_galleries" SET "position" = 2, "updated_at" = '2014-03-20 09:08:56.165703' WHERE "adminpanel_galleries"."id" = 3[0m
[1m[35mSQL (0.0ms)[0m DELETE FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? [["id", 1]]
[1m[36mAdminpanel::Gallery Load (0.0ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1[0m [["id", 2]]
[1m[35mAdminpanel::Gallery Load (0.0ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" WHERE "adminpanel_galleries"."id" = ? LIMIT 1 [["id", 3]]
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.5ms)
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$zizn8rxCFo7Zhs2JCChhMeR1Pz7k5ZUEgo28BwShCKD4HPHneXX5W"], ["remember_token", "12ng07scUSeYN9oxYyL8YQ=="], ["updated_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '12ng07scUSeYN9oxYyL8YQ==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.2ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '12ng07scUSeYN9oxYyL8YQ==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (5.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:56 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:56 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:57 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$eCZyBZIA4fWJTOHrRvjDteYvWklqAJ1orh6YN9udz/sMaz4Xju/4O"], ["remember_token", "5SG37ELtCRd6V2tmRkRV9Q=="], ["updated_at", Thu, 20 Mar 2014 09:08:57 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:57 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 388ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:57 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5SG37ELtCRd6V2tmRkRV9Q==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:57 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = '5SG37ELtCRd6V2tmRkRV9Q==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (3.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:57 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:57 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:57 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.4ms)
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$6ULhwpUZmSGUEuNUQzttDOLtXSGwpz1WrmN/4TzHo6bbaZHkSlg9u"], ["remember_token", "JnIWe7Np7WbGwppzpjFulg=="], ["updated_at", Thu, 20 Mar 2014 09:08:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 387ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:58 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JnIWe7Np7WbGwppzpjFulg==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:58 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'JnIWe7Np7WbGwppzpjFulg==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.5ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.5ms | ActiveRecord: 0.1ms)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:58 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (3.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.8ms)
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.1ms)
[1m[36mAdminpanel::User Exists (0.1ms)[0m [1mSELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:58 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$QbQJphiRyu5W.nJO/PbYy.Qth98hQOYbd57gPDZTYPYJ5kT0MqsiG"], ["remember_token", "FaTxX2xAT7K15i3CDodqNA=="], ["updated_at", Thu, 20 Mar 2014 09:08:58 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:58 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1[0m
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FaTxX2xAT7K15i3CDodqNA==' LIMIT 1
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (79.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 86ms (Views: 84.5ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'FaTxX2xAT7K15i3CDodqNA==' LIMIT 1[0m
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.3ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.4ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 15ms (Views: 12.6ms | ActiveRecord: 0.2ms)
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00]]
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
[1m[35m (0.0ms)[0m begin transaction
Started GET "/adminpanel/signin" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::SessionsController#new as HTML
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/sessions/new.html.erb within layouts/admin-login (2.7ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
[1m[35mCACHE (0.0ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1
[1m[36mCACHE (0.0ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" IS NULL LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (2.7ms)
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
[1m[35mAdminpanel::User Exists (0.1ms)[0m SELECT 1 AS one FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_users" ("created_at", "email", "name", "password_digest", "remember_token", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00], ["email", "email@test.com"], ["name", "test user"], ["password_digest", "$2a$10$F.9PpdhLV3h0GKqqdJhSvO6a6b6eR8BZTqI0/XnEWYtwjfz8cqfuS"], ["remember_token", "V07T9lnCd3p1DPHVzUFwyw=="], ["updated_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00]]
Started POST "/adminpanel/sessions" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::SessionsController#create as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Iniciar Sesión", "session"=>{"password"=>"[FILTERED]", "email"=>"email@test.com"}}
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."email" = 'email@test.com' LIMIT 1
Redirected to http://www.example.com/adminpanel/
Completed 302 Found in 309ms (ActiveRecord: 0.1ms)
Started GET "/adminpanel/" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::PagesController#index as HTML
[1m[36mAdminpanel::User Load (0.1ms)[0m [1mSELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V07T9lnCd3p1DPHVzUFwyw==' LIMIT 1[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/pages/index.html.erb within layouts/admin (1.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (1.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (78.0ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.2ms)
Completed 200 OK in 85ms (Views: 83.8ms | ActiveRecord: 0.1ms)
Started GET "/adminpanel/galleries" for 127.0.0.1 at Thu Mar 20 03:08:59 -0600 2014
Processing by Adminpanel::GalleriesController#index as HTML
[1m[35mAdminpanel::User Load (0.1ms)[0m SELECT "adminpanel_users".* FROM "adminpanel_users" WHERE "adminpanel_users"."remember_token" = 'V07T9lnCd3p1DPHVzUFwyw==' LIMIT 1
[1m[36mAdminpanel::Gallery Load (0.1ms)[0m [1mSELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position ASC[0m
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/_galleries_table.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/adminpanel/galleries/index.html.erb within layouts/admin (4.8ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_shim.html.erb (0.1ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_top_bar.html.erb (0.9ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/layouts/_side_menu.html.erb (4.6ms)
Rendered /Users/joseramonc/src/adminpanel/app/views/shared/_breadcrumb.html.erb (0.1ms)
Completed 200 OK in 17ms (Views: 13.7ms | ActiveRecord: 0.2ms)
[1m[35mAdminpanel::Gallery Load (0.1ms)[0m SELECT "adminpanel_galleries".* FROM "adminpanel_galleries" ORDER BY position DESC LIMIT 1
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "adminpanel_galleries" ("created_at", "file", "position", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00], ["file", "hipster.jpg"], ["position", 1], ["updated_at", Thu, 20 Mar 2014 09:08:59 UTC +00:00]]
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.3ms)[0m rollback transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction